#715070

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

Shades of Salt Box #715070

Tints of Salt Box #715070

Color information

#715070 (or 0x715070) is unknown color: approx Salt Box. HEX triplet: 71, 50 and 70. RGB value is (113,80,112). Sum of RGB (Red+Green+Blue) = 113+80+112=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 113 - color contains mainly: red. Hex color #715070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715070 is #8EAF8F. Grayscale: #5D5D5D. Windows color (decimal): -9351056 or 7360625. OLE color: 7360625.

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

Color convert

RGB11380112-
CMYK00.290.010.56
HSL301.82º17.1%37.84%-
HSV(B)301.82º29.2%44.31%-
XYZ12.610.4216.68-
YUV93.51138.43141.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.05%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=37.05%
G=26.23%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138011200.290.010.56301.8217.137.84
Hex71507001D13812e1126
Octal1611201600351704562146
Binary111000110100001110000011101111100010010111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715070; }

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

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

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

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

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

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

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

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