#765E42

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

Shades of Tobacco Brown #765E42

Tints of Tobacco Brown #765E42

Color information

#765E42 (or 0x765E42) is unknown color: approx Tobacco Brown. HEX triplet: 76, 5E and 42. RGB value is (118,94,66). Sum of RGB (Red+Green+Blue) = 118+94+66=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #765E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765E42 is #89A1BD. Grayscale: #626262. Windows color (decimal): -9019838 or 4349558. OLE color: 4349558.

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

Color convert

RGB1189466-
CMYK00.200.440.54
HSL32.31º28.26%36.08%-
HSV(B)32.31º44.07%46.27%-
XYZ12.4612.256.86-
YUV97.98109.95142.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.45%
GREEN value IS 94 (37.11% from 255) = 33.81%
BLUE value IS 66 (26.17% from 255) = 23.74%
R=42.45%
G=33.81%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118946600.200.440.5432.3128.2636.08
Hex765E420142C36201c24
Octal1661361020245466403444
Binary11101101011110100001001010010110011011010000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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