#774D43

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

Shades of Nutmeg #774D43

Tints of Nutmeg #774D43

Color information

#774D43 (or 0x774D43) is unknown color: approx Nutmeg. HEX triplet: 77, 4D and 43. RGB value is (119,77,67). Sum of RGB (Red+Green+Blue) = 119+77+67=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #774D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D43 is #88B2BC. Grayscale: #585858. Windows color (decimal): -8958653 or 4410743. OLE color: 4410743.

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

Color convert

RGB1197767-
CMYK00.350.440.53
HSL11.54º27.96%36.47%-
HSV(B)11.54º43.7%46.67%-
XYZ11.279.636.58-
YUV88.42115.91149.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.25%
GREEN value IS 77 (30.47% from 255) = 29.28%
BLUE value IS 67 (26.56% from 255) = 25.48%
R=45.25%
G=29.28%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119776700.350.440.5311.5427.9636.47
Hex774D430232C35c1c24
Octal1671151030435465143444
Binary1110111100110110000110100011101100110101110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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