#775A45

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

Shades of Tobacco Brown #775A45

Tints of Tobacco Brown #775A45

Color information

#775A45 (or 0x775A45) is unknown color: approx Tobacco Brown. HEX triplet: 77, 5A and 45. RGB value is (119,90,69). Sum of RGB (Red+Green+Blue) = 119+90+69=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #775A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775A45 is #88A5BA. Grayscale: #606060. Windows color (decimal): -8955323 or 4545143. OLE color: 4545143.

HSL color Cylindrical-coordinate representation of color #775A45: hue angle of 25.2º 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 #775A45 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1199069-
CMYK00.240.420.53
HSL25.2º26.6%36.86%-
HSV(B)25.2º42.02%46.67%-
XYZ12.3411.667.23-
YUV96.28112.61144.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.81%
GREEN value IS 90 (35.55% from 255) = 32.37%
BLUE value IS 69 (27.34% from 255) = 24.82%
R=42.81%
G=32.37%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119906900.240.420.5325.226.636.86
Hex775A450182A35191b25
Octal1671321050305265313345
Binary1110111101101010001010110001010101101011100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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