#715970

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

Shades of Salt Box #715970

Tints of Salt Box #715970

Color information

#715970 (or 0x715970) is unknown color: approx Salt Box. HEX triplet: 71, 59 and 70. RGB value is (113,89,112). Sum of RGB (Red+Green+Blue) = 113+89+112=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 113 - color contains mainly: red. Hex color #715970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715970 is #8EA68F. Grayscale: #626262. Windows color (decimal): -9348752 or 7362929. OLE color: 7362929.

HSL color Cylindrical-coordinate representation of color #715970: hue angle of 302.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #715970 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB11389112-
CMYK00.210.010.56
HSL302.5º11.88%39.61%-
HSV(B)302.5º21.24%44.31%-
XYZ13.3111.8316.91-
YUV98.8135.45138.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.99%
GREEN value IS 89 (35.16% from 255) = 28.34%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=35.99%
G=28.34%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138911200.210.010.56302.511.8839.61
Hex71597001513812ec28
Octal1611311600251704561450
Binary11100011011001111000001010111110001001011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715970; }

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

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

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

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

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

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

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

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