#774E44

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

Shades of Nutmeg #774E44

Tints of Nutmeg #774E44

Color information

#774E44 (or 0x774E44) is unknown color: approx Nutmeg. HEX triplet: 77, 4E and 44. RGB value is (119,78,68). Sum of RGB (Red+Green+Blue) = 119+78+68=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #774E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774E44 is #88B1BB. Grayscale: #595959. Windows color (decimal): -8958396 or 4476535. OLE color: 4476535.

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

Color convert

RGB1197868-
CMYK00.340.430.53
HSL11.76º27.27%36.67%-
HSV(B)11.76º42.86%46.67%-
XYZ11.389.796.76-
YUV89.12116.08149.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 68 (26.95% from 255) = 25.66%
R=44.91%
G=29.43%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119786800.340.430.5311.7627.2736.67
Hex774E440222B35c1b25
Octal1671161040425365143345
Binary1110111100111010001000100010101011110101110011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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