#775C46

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

Shades of Tobacco Brown #775C46

Tints of Tobacco Brown #775C46

Color information

#775C46 (or 0x775C46) is unknown color: approx Tobacco Brown. HEX triplet: 77, 5C and 46. RGB value is (119,92,70). Sum of RGB (Red+Green+Blue) = 119+92+70=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #775C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C46 is #88A3B9. Grayscale: #616161. Windows color (decimal): -8954810 or 4611191. OLE color: 4611191.

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

Color convert

RGB1199270-
CMYK00.230.410.53
HSL26.94º25.93%37.06%-
HSV(B)26.94º41.18%46.67%-
XYZ12.5412.027.45-
YUV97.56112.45143.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 92 (36.33% from 255) = 32.74%
BLUE value IS 70 (27.73% from 255) = 24.91%
R=42.35%
G=32.74%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119927000.230.410.5326.9425.9337.06
Hex775C4601729351b1a25
Octal1671341060275165333245
Binary1110111101110010001100101111010011101011101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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