#765840

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

Shades of Tobacco Brown #765840

Tints of Tobacco Brown #765840

Color information

#765840 (or 0x765840) is unknown color: approx Tobacco Brown. HEX triplet: 76, 58 and 40. RGB value is (118,88,64). Sum of RGB (Red+Green+Blue) = 118+88+64=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #765840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765840 is #89A7BF. Grayscale: #5E5E5E. Windows color (decimal): -9021376 or 4216950. OLE color: 4216950.

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

Color convert

RGB1188864-
CMYK00.250.460.54
HSL26.67º29.67%35.69%-
HSV(B)26.67º45.76%46.27%-
XYZ11.8911.26.39-
YUV94.23110.94144.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 64 (25.39% from 255) = 23.70%
R=43.70%
G=32.59%
B=23.70%

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
Decimal118886400.250.460.5426.6729.6735.69
Hex7658400192E361b1e24
Octal1661301000315666333644
Binary1110110101100010000000110011011101101101101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765840; }

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

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

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

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

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

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

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

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