#7F5027

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

Shades of Korma #7F5027

Tints of Korma #7F5027

Color information

#7F5027 (or 0x7F5027) is unknown color: approx Korma. HEX triplet: 7F, 50 and 27. RGB value is (127,80,39). Sum of RGB (Red+Green+Blue) = 127+80+39=246 (32% of max value = 765). Red value is 127 (50% from 255 or 51.63% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5027 is #80AFD8. Grayscale: #595959. Windows color (decimal): -8433625 or 2576511. OLE color: 2576511.

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

Color convert

RGB1278039-
CMYK00.370.690.50
HSL27.95º53.01%32.55%-
HSV(B)27.95º69.29%49.8%-
XYZ11.9910.43.29-
YUV89.3899.57154.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.63%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 39 (15.62% from 255) = 15.85%
R=51.63%
G=32.52%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127803900.370.690.5027.9553.0132.55
Hex7F502702545321c3521
Octal1771204704510562346541
Binary111111110100001001110100101100010111001011100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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