#765940

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

Shades of Tobacco Brown #765940

Tints of Tobacco Brown #765940

Color information

#765940 (or 0x765940) is unknown color: approx Tobacco Brown. HEX triplet: 76, 59 and 40. RGB value is (118,89,64). Sum of RGB (Red+Green+Blue) = 118+89+64=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #765940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765940 is #89A6BF. Grayscale: #5E5E5E. Windows color (decimal): -9021120 or 4217206. OLE color: 4217206.

HSL color Cylindrical-coordinate representation of color #765940: hue angle of 27.78º 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 #765940 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB1188964-
CMYK00.250.460.54
HSL27.78º29.67%35.69%-
HSV(B)27.78º45.76%46.27%-
XYZ11.9711.376.41-
YUV94.82110.61144.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.54%
GREEN value IS 89 (35.16% from 255) = 32.84%
BLUE value IS 64 (25.39% from 255) = 23.62%
R=43.54%
G=32.84%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118896400.250.460.5427.7829.6735.69
Hex7659400192E361c1e24
Octal1661311000315666343644
Binary1110110101100110000000110011011101101101110011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765940; }

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

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

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

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

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

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

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

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