#7F502C

Color #7F502C Korma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Korma #7F502C

Tints of Korma #7F502C

Color information

#7F502C (or 0x7F502C) is unknown color: approx Korma. HEX triplet: 7F, 50 and 2C. RGB value is (127,80,44). Sum of RGB (Red+Green+Blue) = 127+80+44=251 (33% of max value = 765). Red value is 127 (50% from 255 or 50.60% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 127 - color contains mainly: red. Hex color #7F502C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F502C is #80AFD3. Grayscale: #5A5A5A. Windows color (decimal): -8433620 or 2904191. OLE color: 2904191.

HSL color Cylindrical-coordinate representation of color #7F502C: hue angle of 26.02º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F502C is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB1278044-
CMYK00.370.650.50
HSL26.02º48.54%33.53%-
HSV(B)26.02º65.35%49.8%-
XYZ12.0810.433.76-
YUV89.95102.07154.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 50.60%
GREEN value IS 80 (31.64% from 255) = 31.87%
BLUE value IS 44 (17.58% from 255) = 17.53%
R=50.60%
G=31.87%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127804400.370.650.5026.0248.5433.53
Hex7F502C02541321a3122
Octal1771205404510162326142
Binary111111110100001011000100101100000111001011010110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F502C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F502C; }

 p { color: rgb(127,80,44); }

 H1.HeaderClassName
 {
   color: #7F502C;
 }
 .AnyTagClassName
 {
   color: #7F502C;
 }
</style>
background-color css

<style>
 a { background-color: #7F502C; }

 a { background-color: rgb(127,80,44); }

 div.DivClassName
 {
   background-color: #7F502C;
 }
 .BgClassName
 {
   background-color: #7F502C;
 }
</style>
border-color css

<style>
 span { border-color: #7F502C; }

 span { border-color: rgb(127,80,44); }

 td.TdClassName
 {
   border-color: #7F502C;
 }
 .TagClassName
 {
   border-color: #7F502C;
 }
</style>