#774E43

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

Shades of Nutmeg #774E43

Tints of Nutmeg #774E43

Color information

#774E43 (or 0x774E43) is unknown color: approx Nutmeg. HEX triplet: 77, 4E and 43. RGB value is (119,78,67). Sum of RGB (Red+Green+Blue) = 119+78+67=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #774E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774E43 is #88B1BC. Grayscale: #595959. Windows color (decimal): -8958397 or 4410999. OLE color: 4410999.

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

Color convert

RGB1197867-
CMYK00.340.440.53
HSL12.69º27.96%36.47%-
HSV(B)12.69º43.7%46.67%-
XYZ11.359.786.6-
YUV89115.58149.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 78 (30.86% from 255) = 29.55%
BLUE value IS 67 (26.56% from 255) = 25.38%
R=45.08%
G=29.55%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119786700.340.440.5312.6927.9636.47
Hex774E430222C35d1c24
Octal1671161030425465153444
Binary1110111100111010000110100010101100110101110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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