#774D3F

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

Shades of Nutmeg #774D3F

Tints of Nutmeg #774D3F

Color information

#774D3F (or 0x774D3F) is unknown color: approx Nutmeg. HEX triplet: 77, 4D and 3F. RGB value is (119,77,63). Sum of RGB (Red+Green+Blue) = 119+77+63=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #774D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D3F is #88B2C0. Grayscale: #585858. Windows color (decimal): -8958657 or 4148599. OLE color: 4148599.

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

Color convert

RGB1197763-
CMYK00.350.470.53
HSL15º30.77%35.69%-
HSV(B)15º47.06%46.67%-
XYZ11.169.595.97-
YUV87.96113.91150.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 77 (30.47% from 255) = 29.73%
BLUE value IS 63 (25% from 255) = 24.32%
R=45.95%
G=29.73%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119776300.350.470.531530.7735.69
Hex774D3F0232F35f1f24
Octal167115770435765173744
Binary111011110011011111110100011101111110101111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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