#715771

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

Shades of Salt Box #715771

Tints of Salt Box #715771

Color information

#715771 (or 0x715771) is unknown color: approx Salt Box. HEX triplet: 71, 57 and 71. RGB value is (113,87,113). Sum of RGB (Red+Green+Blue) = 113+87+113=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #715771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715771 is #8EA88E. Grayscale: #616161. Windows color (decimal): -9349263 or 7427953. OLE color: 7427953.

HSL color Cylindrical-coordinate representation of color #715771: hue angle of 300º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #715771 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11387113-
CMYK00.2300.56
HSL300º13%39.22%-
HSV(B)300º23.01%44.31%-
XYZ13.211.5217.15-
YUV97.74136.61138.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.10%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 113 (44.53% from 255) = 36.10%
R=36.10%
G=27.80%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138711300.2300.563001339.22
Hex71577101703812cd27
Octal1611271610270704541547
Binary11100011010111111000101011101110001001011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715771; }

 p { color: rgb(113,87,113); }

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

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

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

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

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

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

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