#715870

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

Shades of Salt Box #715870

Tints of Salt Box #715870

Color information

#715870 (or 0x715870) is unknown color: approx Salt Box. HEX triplet: 71, 58 and 70. RGB value is (113,88,112). Sum of RGB (Red+Green+Blue) = 113+88+112=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 113 - color contains mainly: red. Hex color #715870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715870 is #8EA78F. Grayscale: #626262. Windows color (decimal): -9349008 or 7362673. OLE color: 7362673.

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

Color convert

RGB11388112-
CMYK00.220.010.56
HSL302.4º12.44%39.41%-
HSV(B)302.4º22.12%44.31%-
XYZ13.2211.6616.88-
YUV98.21135.78138.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.10%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 112 (44.14% from 255) = 35.78%
R=36.10%
G=28.12%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138811200.220.010.56302.412.4439.41
Hex71587001613812ec27
Octal1611301600261704561447
Binary11100011011000111000001011011110001001011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715870; }

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

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

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

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

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

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

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

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