#775047

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

Shades of Nutmeg #775047

Tints of Nutmeg #775047

Color information

#775047 (or 0x775047) is unknown color: approx Nutmeg. HEX triplet: 77, 50 and 47. RGB value is (119,80,71). Sum of RGB (Red+Green+Blue) = 119+80+71=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #775047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775047 is #88AFB8. Grayscale: #5A5A5A. Windows color (decimal): -8957881 or 4673655. OLE color: 4673655.

HSL color Cylindrical-coordinate representation of color #775047: hue angle of 11.25º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #775047 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1198071-
CMYK00.330.400.53
HSL11.25º25.26%37.25%-
HSV(B)11.25º40.34%46.67%-
XYZ11.6110.117.3-
YUV90.64116.92148.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 71 (28.12% from 255) = 26.30%
R=44.07%
G=29.63%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119807100.330.400.5311.2525.2637.25
Hex7750470212835b1925
Octal1671201070415065133145
Binary1110111101000010001110100001101000110101101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775047; }

 p { color: rgb(119,80,71); }

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

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

 a { background-color: rgb(119,80,71); }

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

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

 span { border-color: rgb(119,80,71); }

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