#775F45

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

Shades of Tobacco Brown #775F45

Tints of Tobacco Brown #775F45

Color information

#775F45 (or 0x775F45) is unknown color: approx Tobacco Brown. HEX triplet: 77, 5F and 45. RGB value is (119,95,69). Sum of RGB (Red+Green+Blue) = 119+95+69=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #775F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775F45 is #88A0BA. Grayscale: #636363. Windows color (decimal): -8954043 or 4546423. OLE color: 4546423.

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

Color convert

RGB1199569-
CMYK00.200.420.53
HSL31.2º26.6%36.86%-
HSV(B)31.2º42.02%46.67%-
XYZ12.7712.547.38-
YUV99.21110.95142.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.05%
GREEN value IS 95 (37.5% from 255) = 33.57%
BLUE value IS 69 (27.34% from 255) = 24.38%
R=42.05%
G=33.57%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119956900.200.420.5331.226.636.86
Hex775F450142A351f1b25
Octal1671371050245265373345
Binary1110111101111110001010101001010101101011111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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