#775F46

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

Shades of Tobacco Brown #775F46

Tints of Tobacco Brown #775F46

Color information

#775F46 (or 0x775F46) is unknown color: approx Tobacco Brown. HEX triplet: 77, 5F and 46. RGB value is (119,95,70). Sum of RGB (Red+Green+Blue) = 119+95+70=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #775F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775F46 is #88A0B9. Grayscale: #636363. Windows color (decimal): -8954042 or 4611959. OLE color: 4611959.

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

Color convert

RGB1199570-
CMYK00.200.410.53
HSL30.61º25.93%37.06%-
HSV(B)30.61º41.18%46.67%-
XYZ12.8112.557.54-
YUV99.33111.45142.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.90%
GREEN value IS 95 (37.5% from 255) = 33.45%
BLUE value IS 70 (27.73% from 255) = 24.65%
R=41.90%
G=33.45%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119957000.200.410.5330.6125.9337.06
Hex775F4601429351f1a25
Octal1671371060245165373245
Binary1110111101111110001100101001010011101011111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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