#775A43

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

Shades of Tobacco Brown #775A43

Tints of Tobacco Brown #775A43

Color information

#775A43 (or 0x775A43) is unknown color: approx Tobacco Brown. HEX triplet: 77, 5A and 43. RGB value is (119,90,67). Sum of RGB (Red+Green+Blue) = 119+90+67=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #775A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775A43 is #88A5BC. Grayscale: #606060. Windows color (decimal): -8955325 or 4414071. OLE color: 4414071.

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

Color convert

RGB1199067-
CMYK00.240.440.53
HSL26.54º27.96%36.47%-
HSV(B)26.54º43.7%46.67%-
XYZ12.2811.646.91-
YUV96.05111.61144.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.12%
GREEN value IS 90 (35.55% from 255) = 32.61%
BLUE value IS 67 (26.56% from 255) = 24.28%
R=43.12%
G=32.61%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119906700.240.440.5326.5427.9636.47
Hex775A430182C351b1c24
Octal1671321030305465333444
Binary1110111101101010000110110001011001101011101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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