#765046

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

Shades of Nutmeg #765046

Tints of Nutmeg #765046

Color information

#765046 (or 0x765046) is unknown color: approx Nutmeg. HEX triplet: 76, 50 and 46. RGB value is (118,80,70). Sum of RGB (Red+Green+Blue) = 118+80+70=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #765046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765046 is #89AFB9. Grayscale: #5A5A5A. Windows color (decimal): -9023418 or 4608118. OLE color: 4608118.

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

Color convert

RGB1188070-
CMYK00.320.410.54
HSL12.5º25.53%36.86%-
HSV(B)12.5º40.68%46.27%-
XYZ11.4510.037.13-
YUV90.22116.59147.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 80 (31.64% from 255) = 29.85%
BLUE value IS 70 (27.73% from 255) = 26.12%
R=44.03%
G=29.85%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118807000.320.410.5412.525.5336.86
Hex7650460202936d1a25
Octal1661201060405166153245
Binary1110110101000010001100100000101001110110110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765046; }

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

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

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

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

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

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

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

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