#764D42

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

Shades of Nutmeg #764D42

Tints of Nutmeg #764D42

Color information

#764D42 (or 0x764D42) is unknown color: approx Nutmeg. HEX triplet: 76, 4D and 42. RGB value is (118,77,66). Sum of RGB (Red+Green+Blue) = 118+77+66=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #764D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D42 is #89B2BD. Grayscale: #585858. Windows color (decimal): -9024190 or 4345206. OLE color: 4345206.

HSL color Cylindrical-coordinate representation of color #764D42: hue angle of 12.69º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #764D42 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1187766-
CMYK00.350.440.54
HSL12.69º28.26%36.08%-
HSV(B)12.69º44.07%46.27%-
XYZ11.119.556.41-
YUV88115.58149.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 77 (30.47% from 255) = 29.50%
BLUE value IS 66 (26.17% from 255) = 25.29%
R=45.21%
G=29.50%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118776600.350.440.5412.6928.2636.08
Hex764D420232C36d1c24
Octal1661151020435466153444
Binary1110110100110110000100100011101100110110110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,77,66); }

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

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

 a { background-color: rgb(118,77,66); }

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

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

 span { border-color: rgb(118,77,66); }

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