#776045

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

Shades of Tobacco Brown #776045

Tints of Tobacco Brown #776045

Color information

#776045 (or 0x776045) is unknown color: approx Tobacco Brown. HEX triplet: 77, 60 and 45. RGB value is (119,96,69). Sum of RGB (Red+Green+Blue) = 119+96+69=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #776045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776045 is #889FBA. Grayscale: #636363. Windows color (decimal): -8953787 or 4546679. OLE color: 4546679.

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

Color convert

RGB1199669-
CMYK00.190.420.53
HSL32.4º26.6%36.86%-
HSV(B)32.4º42.02%46.67%-
XYZ12.8612.727.41-
YUV99.8110.62141.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.90%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 69 (27.34% from 255) = 24.30%
R=41.90%
G=33.80%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119966900.190.420.5332.426.636.86
Hex7760450132A35201b25
Octal1671401050235265403345
Binary11101111100000100010101001110101011010110000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776045; }

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

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

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

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

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

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

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

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