#774F43

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

Shades of Nutmeg #774F43

Tints of Nutmeg #774F43

Color information

#774F43 (or 0x774F43) is unknown color: approx Nutmeg. HEX triplet: 77, 4F and 43. RGB value is (119,79,67). Sum of RGB (Red+Green+Blue) = 119+79+67=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #774F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774F43 is #88B0BC. Grayscale: #595959. Windows color (decimal): -8958141 or 4411255. OLE color: 4411255.

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

Color convert

RGB1197967-
CMYK00.340.440.53
HSL13.85º27.96%36.47%-
HSV(B)13.85º43.7%46.67%-
XYZ11.429.926.62-
YUV89.59115.25148.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 79 (31.25% from 255) = 29.81%
BLUE value IS 67 (26.56% from 255) = 25.28%
R=44.91%
G=29.81%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119796700.340.440.5313.8527.9636.47
Hex774F430222C35e1c24
Octal1671171030425465163444
Binary1110111100111110000110100010101100110101111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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