#764E29

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

Shades of Korma #764E29

Tints of Korma #764E29

Color information

#764E29 (or 0x764E29) is unknown color: approx Korma. HEX triplet: 76, 4E and 29. RGB value is (118,78,41). Sum of RGB (Red+Green+Blue) = 118+78+41=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #764E29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E29 is #89B1D6. Grayscale: #555555. Windows color (decimal): -9023959 or 2707062. OLE color: 2707062.

HSL color Cylindrical-coordinate representation of color #764E29: hue angle of 28.83º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #764E29 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB1187841-
CMYK00.340.650.54
HSL28.83º48.43%31.18%-
HSV(B)28.83º65.25%46.27%-
XYZ10.69.463.37-
YUV85.74102.75151.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.79%
GREEN value IS 78 (30.86% from 255) = 32.91%
BLUE value IS 41 (16.41% from 255) = 17.30%
R=49.79%
G=32.91%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118784100.340.650.5428.8348.4331.18
Hex764E2902241361d301f
Octal1661165104210166356037
Binary11101101001110101001010001010000011101101110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764E29; }

 p { color: rgb(118,78,41); }

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

<style>
 a { background-color: #764E29; }

 a { background-color: rgb(118,78,41); }

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

<style>
 span { border-color: #764E29; }

 span { border-color: rgb(118,78,41); }

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