#765A40

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

Shades of Tobacco Brown #765A40

Tints of Tobacco Brown #765A40

Color information

#765A40 (or 0x765A40) is unknown color: approx Tobacco Brown. HEX triplet: 76, 5A and 40. RGB value is (118,90,64). Sum of RGB (Red+Green+Blue) = 118+90+64=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #765A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765A40 is #89A5BF. Grayscale: #5F5F5F. Windows color (decimal): -9020864 or 4217462. OLE color: 4217462.

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

Color convert

RGB1189064-
CMYK00.240.460.54
HSL28.89º29.67%35.69%-
HSV(B)28.89º45.76%46.27%-
XYZ12.0511.536.44-
YUV95.41110.28144.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.38%
GREEN value IS 90 (35.55% from 255) = 33.09%
BLUE value IS 64 (25.39% from 255) = 23.53%
R=43.38%
G=33.09%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118906400.240.460.5428.8929.6735.69
Hex765A400182E361d1e24
Octal1661321000305666353644
Binary1110110101101010000000110001011101101101110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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