#775171

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

Shades of Salt Box #775171

Tints of Salt Box #775171

Color information

#775171 (or 0x775171) is unknown color: approx Salt Box. HEX triplet: 77, 51 and 71. RGB value is (119,81,113). Sum of RGB (Red+Green+Blue) = 119+81+113=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #775171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775171 is #88AE8E. Grayscale: #5F5F5F. Windows color (decimal): -8957583 or 7426423. OLE color: 7426423.

HSL color Cylindrical-coordinate representation of color #775171: hue angle of 309.47º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #775171 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB11981113-
CMYK00.320.050.53
HSL309.47º19%39.22%-
HSV(B)309.47º31.93%46.67%-
XYZ13.531117.03-
YUV96.01137.59144.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.02%
GREEN value IS 81 (32.03% from 255) = 25.88%
BLUE value IS 113 (44.53% from 255) = 36.10%
R=38.02%
G=25.88%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198111300.320.050.53309.471939.22
Hex7751710205351351327
Octal1671211610405654652347
Binary111011110100011110001010000010111010110011010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775171; }

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

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

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

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

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

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

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

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