#765C46

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

Shades of Tobacco Brown #765C46

Tints of Tobacco Brown #765C46

Color information

#765C46 (or 0x765C46) is unknown color: approx Tobacco Brown. HEX triplet: 76, 5C and 46. RGB value is (118,92,70). Sum of RGB (Red+Green+Blue) = 118+92+70=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #765C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C46 is #89A3B9. Grayscale: #616161. Windows color (decimal): -9020346 or 4611190. OLE color: 4611190.

HSL color Cylindrical-coordinate representation of color #765C46: hue angle of 27.5º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #765C46 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB1189270-
CMYK00.220.410.54
HSL27.5º25.53%36.86%-
HSV(B)27.5º40.68%46.27%-
XYZ12.411.957.45-
YUV97.27112.61142.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 92 (36.33% from 255) = 32.86%
BLUE value IS 70 (27.73% from 255) = 25%
R=42.14%
G=32.86%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118927000.220.410.5427.525.5336.86
Hex765C4601629361c1a25
Octal1661341060265166343245
Binary1110110101110010001100101101010011101101110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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