#775E46

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

Shades of Tobacco Brown #775E46

Tints of Tobacco Brown #775E46

Color information

#775E46 (or 0x775E46) is unknown color: approx Tobacco Brown. HEX triplet: 77, 5E and 46. RGB value is (119,94,70). Sum of RGB (Red+Green+Blue) = 119+94+70=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #775E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E46 is #88A1B9. Grayscale: #626262. Windows color (decimal): -8954298 or 4611703. OLE color: 4611703.

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

Color convert

RGB1199470-
CMYK00.210.410.53
HSL29.39º25.93%37.06%-
HSV(B)29.39º41.18%46.67%-
XYZ12.7212.377.51-
YUV98.74111.78142.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.05%
GREEN value IS 94 (37.11% from 255) = 33.22%
BLUE value IS 70 (27.73% from 255) = 24.73%
R=42.05%
G=33.22%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119947000.210.410.5329.3925.9337.06
Hex775E4601529351d1a25
Octal1671361060255165353245
Binary1110111101111010001100101011010011101011110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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