#774d40

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

Shades of Nutmeg #774D40

Tints of Nutmeg #774D40

Color information

#774D40 (or 0x774D40) is unknown color: approx Nutmeg. HEX triplet: 77, 4D and 40. RGB value is (119,77,64). Sum of RGB (Red+Green+Blue) = 119+77+64=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #774D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D40 is #88B2BF. Grayscale: #585858. Windows color (decimal): -8958656 or 4214135. OLE color: 4214135.

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

Color convert

RGB1197764-
CMYK00.350.460.53
HSL14.18º30.05%35.88%-
HSV(B)14.18º46.22%46.67%-
XYZ11.199.66.11-
YUV88.08114.41150.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 77 (30.47% from 255) = 29.62%
BLUE value IS 64 (25.39% from 255) = 24.62%
R=45.77%
G=29.62%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119776400.350.460.5314.1830.0535.88
Hex774D400232E35e1e24
Octal1671151000435665163644
Binary1110111100110110000000100011101110110101111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774d40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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