#775A40

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

Shades of Tobacco Brown #775A40

Tints of Tobacco Brown #775A40

Color information

#775A40 (or 0x775A40) is unknown color: approx Tobacco Brown. HEX triplet: 77, 5A and 40. RGB value is (119,90,64). Sum of RGB (Red+Green+Blue) = 119+90+64=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #775A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775A40 is #88A5BF. Grayscale: #5F5F5F. Windows color (decimal): -8955328 or 4217463. OLE color: 4217463.

HSL color Cylindrical-coordinate representation of color #775A40: hue angle of 28.36º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #775A40 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB1199064-
CMYK00.240.460.53
HSL28.36º30.05%35.88%-
HSV(B)28.36º46.22%46.67%-
XYZ12.1911.66.45-
YUV95.71110.11144.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 90 (35.55% from 255) = 32.97%
BLUE value IS 64 (25.39% from 255) = 23.44%
R=43.59%
G=32.97%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119906400.240.460.5328.3630.0535.88
Hex775A400182E351c1e24
Octal1671321000305665343644
Binary1110111101101010000000110001011101101011110011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775A40; }

 p { color: rgb(119,90,64); }

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

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

 a { background-color: rgb(119,90,64); }

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

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

 span { border-color: rgb(119,90,64); }

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