#764E45

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

Shades of Nutmeg #764E45

Tints of Nutmeg #764E45

Color information

#764E45 (or 0x764E45) is unknown color: approx Nutmeg. HEX triplet: 76, 4E and 45. RGB value is (118,78,69). Sum of RGB (Red+Green+Blue) = 118+78+69=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #764E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E45 is #89B1BA. Grayscale: #595959. Windows color (decimal): -9023931 or 4542070. OLE color: 4542070.

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

Color convert

RGB1187869-
CMYK00.340.420.54
HSL11.02º26.2%36.67%-
HSV(B)11.02º41.53%46.27%-
XYZ11.279.736.91-
YUV88.93116.75148.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 69 (27.34% from 255) = 26.04%
R=44.53%
G=29.43%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118786900.340.420.5411.0226.236.67
Hex764E450222A36b1a25
Octal1661161050425266133245
Binary1110110100111010001010100010101010110110101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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