#765A42

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

Shades of Tobacco Brown #765A42

Tints of Tobacco Brown #765A42

Color information

#765A42 (or 0x765A42) is unknown color: approx Tobacco Brown. HEX triplet: 76, 5A and 42. RGB value is (118,90,66). Sum of RGB (Red+Green+Blue) = 118+90+66=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #765A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765A42 is #89A5BD. Grayscale: #5F5F5F. Windows color (decimal): -9020862 or 4348534. OLE color: 4348534.

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

Color convert

RGB1189066-
CMYK00.240.440.54
HSL27.69º28.26%36.08%-
HSV(B)27.69º44.07%46.27%-
XYZ12.1111.566.75-
YUV95.64111.28143.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 90 (35.55% from 255) = 32.85%
BLUE value IS 66 (26.17% from 255) = 24.09%
R=43.07%
G=32.85%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118906600.240.440.5427.6928.2636.08
Hex765A420182C361c1c24
Octal1661321020305466343444
Binary1110110101101010000100110001011001101101110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765A42; }

 p { color: rgb(118,90,66); }

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

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

 a { background-color: rgb(118,90,66); }

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

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

 span { border-color: rgb(118,90,66); }

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