#784E42

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

Shades of Nutmeg #784E42

Tints of Nutmeg #784E42

Color information

#784E42 (or 0x784E42) is unknown color: approx Nutmeg. HEX triplet: 78, 4E and 42. RGB value is (120,78,66). Sum of RGB (Red+Green+Blue) = 120+78+66=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #784E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784E42 is #87B1BD. Grayscale: #595959. Windows color (decimal): -8892862 or 4345464. OLE color: 4345464.

HSL color Cylindrical-coordinate representation of color #784E42: hue angle of 13.33º 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 #784E42 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB1207866-
CMYK00.350.450.53
HSL13.33º29.03%36.47%-
HSV(B)13.33º45%47.06%-
XYZ11.459.846.45-
YUV89.19114.91149.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.45%
GREEN value IS 78 (30.86% from 255) = 29.55%
BLUE value IS 66 (26.17% from 255) = 25%
R=45.45%
G=29.55%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120786600.350.450.5313.3329.0336.47
Hex784E420232D35d1d24
Octal1701161020435565153544
Binary1111000100111010000100100011101101110101110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784E42; }

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

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

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

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

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

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

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

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