#765C42

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

Shades of Tobacco Brown #765C42

Tints of Tobacco Brown #765C42

Color information

#765C42 (or 0x765C42) is unknown color: approx Tobacco Brown. HEX triplet: 76, 5C and 42. RGB value is (118,92,66). Sum of RGB (Red+Green+Blue) = 118+92+66=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #765C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C42 is #89A3BD. Grayscale: #606060. Windows color (decimal): -9020350 or 4349046. OLE color: 4349046.

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

Color convert

RGB1189266-
CMYK00.220.440.54
HSL30º28.26%36.08%-
HSV(B)30º44.07%46.27%-
XYZ12.2811.96.8-
YUV96.81110.61143.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 92 (36.33% from 255) = 33.33%
BLUE value IS 66 (26.17% from 255) = 23.91%
R=42.75%
G=33.33%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118926600.220.440.543028.2636.08
Hex765C420162C361e1c24
Octal1661341020265466363444
Binary1110110101110010000100101101011001101101111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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