#775E45

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

Shades of Tobacco Brown #775E45

Tints of Tobacco Brown #775E45

Color information

#775E45 (or 0x775E45) is unknown color: approx Tobacco Brown. HEX triplet: 77, 5E and 45. RGB value is (119,94,69). Sum of RGB (Red+Green+Blue) = 119+94+69=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #775E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E45 is #88A1BA. Grayscale: #626262. Windows color (decimal): -8954299 or 4546167. OLE color: 4546167.

HSL color Cylindrical-coordinate representation of color #775E45: hue angle of 30º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #775E45 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1199469-
CMYK00.210.420.53
HSL30º26.6%36.86%-
HSV(B)30º42.02%46.67%-
XYZ12.6812.367.35-
YUV98.62111.28142.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.20%
GREEN value IS 94 (37.11% from 255) = 33.33%
BLUE value IS 69 (27.34% from 255) = 24.47%
R=42.20%
G=33.33%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119946900.210.420.533026.636.86
Hex775E450152A351e1b25
Octal1671361050255265363345
Binary1110111101111010001010101011010101101011111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775E45; }

 p { color: rgb(119,94,69); }

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

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

 a { background-color: rgb(119,94,69); }

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

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

 span { border-color: rgb(119,94,69); }

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