#785042

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

Shades of Nutmeg #785042

Tints of Nutmeg #785042

Color information

#785042 (or 0x785042) is unknown color: approx Nutmeg. HEX triplet: 78, 50 and 42. RGB value is (120,80,66). Sum of RGB (Red+Green+Blue) = 120+80+66=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #785042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785042 is #87AFBD. Grayscale: #5A5A5A. Windows color (decimal): -8892350 or 4345976. OLE color: 4345976.

HSL color Cylindrical-coordinate representation of color #785042: hue angle of 15.56º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #785042 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB1208066-
CMYK00.330.450.53
HSL15.56º29.03%36.47%-
HSV(B)15.56º45%47.06%-
XYZ11.610.126.5-
YUV90.36114.25149.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 80 (31.64% from 255) = 30.08%
BLUE value IS 66 (26.17% from 255) = 24.81%
R=45.11%
G=30.08%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120806600.330.450.5315.5629.0336.47
Hex7850420212D35101d24
Octal1701201020415565203544
Binary11110001010000100001001000011011011101011000011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785042; }

 p { color: rgb(120,80,66); }

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

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

 a { background-color: rgb(120,80,66); }

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

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

 span { border-color: rgb(120,80,66); }

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