#775E42

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

Shades of Tobacco Brown #775E42

Tints of Tobacco Brown #775E42

Color information

#775E42 (or 0x775E42) is unknown color: approx Tobacco Brown. HEX triplet: 77, 5E and 42. RGB value is (119,94,66). Sum of RGB (Red+Green+Blue) = 119+94+66=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #775E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E42 is #88A1BD. Grayscale: #626262. Windows color (decimal): -8954302 or 4349559. OLE color: 4349559.

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

Color convert

RGB1199466-
CMYK00.210.450.53
HSL31.7º28.65%36.27%-
HSV(B)31.7º44.54%46.67%-
XYZ12.5912.326.87-
YUV98.28109.78142.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.65%
GREEN value IS 94 (37.11% from 255) = 33.69%
BLUE value IS 66 (26.17% from 255) = 23.66%
R=42.65%
G=33.69%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119946600.210.450.5331.728.6536.27
Hex775E420152D35201d24
Octal1671361020255565403544
Binary11101111011110100001001010110110111010110000011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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