#775A46

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

Shades of Tobacco Brown #775A46

Tints of Tobacco Brown #775A46

Color information

#775A46 (or 0x775A46) is unknown color: approx Tobacco Brown. HEX triplet: 77, 5A and 46. RGB value is (119,90,70). Sum of RGB (Red+Green+Blue) = 119+90+70=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #775A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775A46 is #88A5B9. Grayscale: #606060. Windows color (decimal): -8955322 or 4610679. OLE color: 4610679.

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

Color convert

RGB1199070-
CMYK00.240.410.53
HSL24.49º25.93%37.06%-
HSV(B)24.49º41.18%46.67%-
XYZ12.3711.687.4-
YUV96.39113.11144.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.65%
GREEN value IS 90 (35.55% from 255) = 32.26%
BLUE value IS 70 (27.73% from 255) = 25.09%
R=42.65%
G=32.26%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119907000.240.410.5324.4925.9337.06
Hex775A460182935181a25
Octal1671321060305165303245
Binary1110111101101010001100110001010011101011100011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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