#775347

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

Shades of Nutmeg #775347

Tints of Nutmeg #775347

Color information

#775347 (or 0x775347) is unknown color: approx Nutmeg. HEX triplet: 77, 53 and 47. RGB value is (119,83,71). Sum of RGB (Red+Green+Blue) = 119+83+71=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #775347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775347 is #88ACB8. Grayscale: #5C5C5C. Windows color (decimal): -8957113 or 4674423. OLE color: 4674423.

HSL color Cylindrical-coordinate representation of color #775347: hue angle of 15º 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 #775347 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1198371-
CMYK00.300.400.53
HSL15º25.26%37.25%-
HSV(B)15º40.34%46.67%-
XYZ11.8410.567.38-
YUV92.4115.93146.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 71 (28.12% from 255) = 26.01%
R=43.59%
G=30.40%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119837100.300.400.531525.2637.25
Hex77534701E2835f1925
Octal1671231070365065173145
Binary111011110100111000111011110101000110101111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775347; }

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

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

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

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

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

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

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

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