#774F45

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

Shades of Nutmeg #774F45

Tints of Nutmeg #774F45

Color information

#774F45 (or 0x774F45) is unknown color: approx Nutmeg. HEX triplet: 77, 4F and 45. RGB value is (119,79,69). Sum of RGB (Red+Green+Blue) = 119+79+69=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #774F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774F45 is #88B0BA. Grayscale: #595959. Windows color (decimal): -8958139 or 4542327. OLE color: 4542327.

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

Color convert

RGB1197969-
CMYK00.340.420.53
HSL12º26.6%36.86%-
HSV(B)12º42.02%46.67%-
XYZ11.489.946.94-
YUV89.82116.25148.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 79 (31.25% from 255) = 29.59%
BLUE value IS 69 (27.34% from 255) = 25.84%
R=44.57%
G=29.59%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119796900.340.420.531226.636.86
Hex774F450222A35c1b25
Octal1671171050425265143345
Binary1110111100111110001010100010101010110101110011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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