#764F47

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

Shades of Nutmeg #764F47

Tints of Nutmeg #764F47

Color information

#764F47 (or 0x764F47) is unknown color: approx Nutmeg. HEX triplet: 76, 4F and 47. RGB value is (118,79,71). Sum of RGB (Red+Green+Blue) = 118+79+71=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #764F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F47 is #89B0B8. Grayscale: #595959. Windows color (decimal): -9023673 or 4673398. OLE color: 4673398.

HSL color Cylindrical-coordinate representation of color #764F47: hue angle of 10.21º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #764F47 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB1187971-
CMYK00.330.400.54
HSL10.21º24.87%37.06%-
HSV(B)10.21º39.83%46.27%-
XYZ11.49.97.27-
YUV89.75117.42148.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 79 (31.25% from 255) = 29.48%
BLUE value IS 71 (28.12% from 255) = 26.49%
R=44.03%
G=29.48%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118797100.330.400.5410.2124.8737.06
Hex764F470212836a1925
Octal1661171070415066123145
Binary1110110100111110001110100001101000110110101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,79,71); }

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

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

 a { background-color: rgb(118,79,71); }

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

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

 span { border-color: rgb(118,79,71); }

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