#715770

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

Shades of Salt Box #715770

Tints of Salt Box #715770

Color information

#715770 (or 0x715770) is unknown color: approx Salt Box. HEX triplet: 71, 57 and 70. RGB value is (113,87,112). Sum of RGB (Red+Green+Blue) = 113+87+112=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 113 - color contains mainly: red. Hex color #715770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715770 is #8EA88F. Grayscale: #616161. Windows color (decimal): -9349264 or 7362417. OLE color: 7362417.

HSL color Cylindrical-coordinate representation of color #715770: hue angle of 302.31º 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 #715770 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB11387112-
CMYK00.230.010.56
HSL302.31º13%39.22%-
HSV(B)302.31º23.01%44.31%-
XYZ13.1411.516.86-
YUV97.62136.11138.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.22%
GREEN value IS 87 (34.38% from 255) = 27.88%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=36.22%
G=27.88%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138711200.230.010.56302.311339.22
Hex71577001713812ed27
Octal1611271600271704561547
Binary11100011010111111000001011111110001001011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715770; }

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

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

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

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

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

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

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

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