#776047

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

Shades of Tobacco Brown #776047

Tints of Tobacco Brown #776047

Color information

#776047 (or 0x776047) is unknown color: approx Tobacco Brown. HEX triplet: 77, 60 and 47. RGB value is (119,96,71). Sum of RGB (Red+Green+Blue) = 119+96+71=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #776047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776047 is #889FB8. Grayscale: #646464. Windows color (decimal): -8953785 or 4677751. OLE color: 4677751.

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

Color convert

RGB1199671-
CMYK00.190.400.53
HSL31.25º25.26%37.25%-
HSV(B)31.25º40.34%46.67%-
XYZ12.9312.747.74-
YUV100.03111.62141.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.61%
GREEN value IS 96 (37.89% from 255) = 33.57%
BLUE value IS 71 (28.12% from 255) = 24.83%
R=41.61%
G=33.57%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119967100.190.400.5331.2525.2637.25
Hex77604701328351f1925
Octal1671401070235065373145
Binary1110111110000010001110100111010001101011111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776047; }

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

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

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

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

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

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

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

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