#774E45

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

Shades of Nutmeg #774E45

Tints of Nutmeg #774E45

Color information

#774E45 (or 0x774E45) is unknown color: approx Nutmeg. HEX triplet: 77, 4E and 45. RGB value is (119,78,69). Sum of RGB (Red+Green+Blue) = 119+78+69=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #774E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774E45 is #88B1BA. Grayscale: #595959. Windows color (decimal): -8958395 or 4542071. OLE color: 4542071.

HSL color Cylindrical-coordinate representation of color #774E45: hue angle of 10.8º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #774E45 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1197869-
CMYK00.340.420.53
HSL10.8º26.6%36.86%-
HSV(B)10.8º42.02%46.67%-
XYZ11.419.86.92-
YUV89.23116.58149.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.74%
GREEN value IS 78 (30.86% from 255) = 29.32%
BLUE value IS 69 (27.34% from 255) = 25.94%
R=44.74%
G=29.32%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119786900.340.420.5310.826.636.86
Hex774E450222A35b1b25
Octal1671161050425265133345
Binary1110111100111010001010100010101010110101101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774E45; }

 p { color: rgb(119,78,69); }

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

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

 a { background-color: rgb(119,78,69); }

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

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

 span { border-color: rgb(119,78,69); }

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