#765047

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

Shades of Nutmeg #765047

Tints of Nutmeg #765047

Color information

#765047 (or 0x765047) is unknown color: approx Nutmeg. HEX triplet: 76, 50 and 47. RGB value is (118,80,71). Sum of RGB (Red+Green+Blue) = 118+80+71=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #765047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765047 is #89AFB8. Grayscale: #5A5A5A. Windows color (decimal): -9023417 or 4673654. OLE color: 4673654.

HSL color Cylindrical-coordinate representation of color #765047: hue angle of 11.49º 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 #765047 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB1188071-
CMYK00.320.400.54
HSL11.49º24.87%37.06%-
HSV(B)11.49º39.83%46.27%-
XYZ11.4810.047.29-
YUV90.34117.09147.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.87%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 71 (28.12% from 255) = 26.39%
R=43.87%
G=29.74%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118807100.320.400.5411.4924.8737.06
Hex7650470202836b1925
Octal1661201070405066133145
Binary1110110101000010001110100000101000110110101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765047; }

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

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

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

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

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

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

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

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