#764C40

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

Shades of Nutmeg #764C40

Tints of Nutmeg #764C40

Color information

#764C40 (or 0x764C40) is unknown color: approx Nutmeg. HEX triplet: 76, 4C and 40. RGB value is (118,76,64). Sum of RGB (Red+Green+Blue) = 118+76+64=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #764C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C40 is #89B3BF. Grayscale: #575757. Windows color (decimal): -9024448 or 4213878. OLE color: 4213878.

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

Color convert

RGB1187664-
CMYK00.360.460.54
HSL13.33º29.67%35.69%-
HSV(B)13.33º45.76%46.27%-
XYZ10.989.396.08-
YUV87.19114.91149.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.74%
GREEN value IS 76 (30.08% from 255) = 29.46%
BLUE value IS 64 (25.39% from 255) = 24.81%
R=45.74%
G=29.46%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118766400.360.460.5413.3329.6735.69
Hex764C400242E36d1e24
Octal1661141000445666153644
Binary1110110100110010000000100100101110110110110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,76,64); }

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

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

 a { background-color: rgb(118,76,64); }

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

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

 span { border-color: rgb(118,76,64); }

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