#775D71

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

Shades of Salt Box #775D71

Tints of Salt Box #775D71

Color information

#775D71 (or 0x775D71) is unknown color: approx Salt Box. HEX triplet: 77, 5D and 71. RGB value is (119,93,113). Sum of RGB (Red+Green+Blue) = 119+93+113=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 119 - color contains mainly: red. Hex color #775D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775D71 is #88A28E. Grayscale: #676767. Windows color (decimal): -8954511 or 7429495. OLE color: 7429495.

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

Color convert

RGB11993113-
CMYK00.220.050.53
HSL313.85º12.26%41.57%-
HSV(B)313.85º21.85%46.67%-
XYZ14.512.9417.36-
YUV103.05133.61139.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.62%
GREEN value IS 93 (36.72% from 255) = 28.62%
BLUE value IS 113 (44.53% from 255) = 34.77%
R=36.62%
G=28.62%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199311300.220.050.53313.8512.2641.57
Hex775D7101653513ac2a
Octal1671351610265654721452
Binary1110111101110111100010101101011101011001110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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