#774E40

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

Shades of Nutmeg #774E40

Tints of Nutmeg #774E40

Color information

#774E40 (or 0x774E40) is unknown color: approx Nutmeg. HEX triplet: 77, 4E and 40. RGB value is (119,78,64). Sum of RGB (Red+Green+Blue) = 119+78+64=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #774E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774E40 is #88B1BF. Grayscale: #585858. Windows color (decimal): -8958400 or 4214391. OLE color: 4214391.

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

Color convert

RGB1197864-
CMYK00.340.460.53
HSL15.27º30.05%35.88%-
HSV(B)15.27º46.22%46.67%-
XYZ11.269.746.14-
YUV88.66114.08149.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.59%
GREEN value IS 78 (30.86% from 255) = 29.89%
BLUE value IS 64 (25.39% from 255) = 24.52%
R=45.59%
G=29.89%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119786400.340.460.5315.2730.0535.88
Hex774E400222E35f1e24
Octal1671161000425665173644
Binary1110111100111010000000100010101110110101111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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