#765942

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

Shades of Tobacco Brown #765942

Tints of Tobacco Brown #765942

Color information

#765942 (or 0x765942) is unknown color: approx Tobacco Brown. HEX triplet: 76, 59 and 42. RGB value is (118,89,66). Sum of RGB (Red+Green+Blue) = 118+89+66=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #765942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765942 is #89A6BD. Grayscale: #5F5F5F. Windows color (decimal): -9021118 or 4348278. OLE color: 4348278.

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

Color convert

RGB1188966-
CMYK00.250.440.54
HSL26.54º28.26%36.08%-
HSV(B)26.54º44.07%46.27%-
XYZ12.0311.396.72-
YUV95.05111.61144.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 66 (26.17% from 255) = 24.18%
R=43.22%
G=32.60%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118896600.250.440.5426.5428.2636.08
Hex7659420192C361b1c24
Octal1661311020315466333444
Binary1110110101100110000100110011011001101101101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765942; }

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

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

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

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

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

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

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

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