#775D42

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

Shades of Tobacco Brown #775D42

Tints of Tobacco Brown #775D42

Color information

#775D42 (or 0x775D42) is unknown color: approx Tobacco Brown. HEX triplet: 77, 5D and 42. RGB value is (119,93,66). Sum of RGB (Red+Green+Blue) = 119+93+66=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #775D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D42 is #88A2BD. Grayscale: #616161. Windows color (decimal): -8954558 or 4349303. OLE color: 4349303.

HSL color Cylindrical-coordinate representation of color #775D42: hue angle of 30.57º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #775D42 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB1199366-
CMYK00.220.450.53
HSL30.57º28.65%36.27%-
HSV(B)30.57º44.54%46.67%-
XYZ12.5112.146.84-
YUV97.7110.11143.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.81%
GREEN value IS 93 (36.72% from 255) = 33.45%
BLUE value IS 66 (26.17% from 255) = 23.74%
R=42.81%
G=33.45%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119936600.220.450.5330.5728.6536.27
Hex775D420162D351f1d24
Octal1671351020265565373544
Binary1110111101110110000100101101011011101011111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,93,66); }

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

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

 a { background-color: rgb(119,93,66); }

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

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

 span { border-color: rgb(119,93,66); }

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