#775A71

Color #775A71 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #775A71

Tints of Salt Box #775A71

Color information

#775A71 (or 0x775A71) is unknown color: approx Salt Box. HEX triplet: 77, 5A and 71. RGB value is (119,90,113). Sum of RGB (Red+Green+Blue) = 119+90+113=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 119 - color contains mainly: red. Hex color #775A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A71 is #88A58E. Grayscale: #656565. Windows color (decimal): -8955279 or 7428727. OLE color: 7428727.

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

Color convert

RGB11990113-
CMYK00.240.050.53
HSL312.41º13.88%40.98%-
HSV(B)312.41º24.37%46.67%-
XYZ14.2412.4317.27-
YUV101.29134.61140.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.96%
GREEN value IS 90 (35.55% from 255) = 27.95%
BLUE value IS 113 (44.53% from 255) = 35.09%
R=36.96%
G=27.95%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199011300.240.050.53312.4113.8840.98
Hex775A71018535138e29
Octal1671321610305654701651
Binary1110111101101011100010110001011101011001110001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,90,113); }

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

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

 a { background-color: rgb(119,90,113); }

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

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

 span { border-color: rgb(119,90,113); }

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