Html Css Color HEX #715870 Salt Box

📋 copy color: '#715870'

red 113 ◦ green 88 ◦ blue 112

#715870
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salt Box #715870

Tints of Salt Box #715870

RGB

 RED value IS 113 (44.53% from 255) = 36.1%

 GREEN value IS 88 (34.77% from 255) = 28.12%

 BLUE value IS 112 (44.14% from 255) = 35.78%

R = 36.1%
G = 28.12%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#715870 (or 0x715870) is known color: 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

RGB 113 88 112 -
CMYK 0 0.22 0.01 0.56
HSL 302.4º 0.12% 0.39% -
HSV(B) 302.4º 0.22% 0.44% -
XYZ 13.22 11.66 16.88 -
YUV 98.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 113 88 112 0 0.22 0.01 0.56 302.4 0.12 0.39
Hex 71 58 70 0 16 1 38 12E C 27
Octal 161 130 160 0 26 1 70 456 14 47
Binary 1110001 1011000 1110000 0 10110 1 111000 100101110 1100 100111

Color Harmonies of #715870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715870

Black with #715870

Text Example


Text Example

White with #715870

Text Example


Text Example

HTML Codes & Css Web 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>