#765B42

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

Shades of Tobacco Brown #765B42

Tints of Tobacco Brown #765B42

Color information

#765B42 (or 0x765B42) is unknown color: approx Tobacco Brown. HEX triplet: 76, 5B and 42. RGB value is (118,91,66). Sum of RGB (Red+Green+Blue) = 118+91+66=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #765B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765B42 is #89A4BD. Grayscale: #606060. Windows color (decimal): -9020606 or 4348790. OLE color: 4348790.

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

Color convert

RGB1189166-
CMYK00.230.440.54
HSL28.85º28.26%36.08%-
HSV(B)28.85º44.07%46.27%-
XYZ12.211.736.78-
YUV96.22110.95143.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 91 (35.94% from 255) = 33.09%
BLUE value IS 66 (26.17% from 255) = 24%
R=42.91%
G=33.09%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118916600.230.440.5428.8528.2636.08
Hex765B420172C361d1c24
Octal1661331020275466353444
Binary1110110101101110000100101111011001101101110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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