#715470

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

Shades of Salt Box #715470

Tints of Salt Box #715470

Color information

#715470 (or 0x715470) is unknown color: approx Salt Box. HEX triplet: 71, 54 and 70. RGB value is (113,84,112). Sum of RGB (Red+Green+Blue) = 113+84+112=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 113 - color contains mainly: red. Hex color #715470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715470 is #8EAB8F. Grayscale: #5F5F5F. Windows color (decimal): -9350032 or 7361649. OLE color: 7361649.

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

Color convert

RGB11384112-
CMYK00.260.010.56
HSL302.07º14.72%38.63%-
HSV(B)302.07º25.66%44.31%-
XYZ12.9111.0216.78-
YUV95.86137.11140.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.57%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 112 (44.14% from 255) = 36.25%
R=36.57%
G=27.18%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138411200.260.010.56302.0714.7238.63
Hex71547001A13812ef27
Octal1611241600321704561747
Binary11100011010100111000001101011110001001011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715470; }

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

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

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

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

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

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

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

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