Html Css Color HEX #715970 Salt Box

📋 copy color: '#715970'

red 113 ◦ green 89 ◦ blue 112

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

Shades of Salt Box #715970

Tints of Salt Box #715970

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 value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 113 89 112 -
CMYK 0 0.21 0.01 0.56
HSL 302.5º 0.12% 0.4% -
HSV(B) 302.5º 0.21% 0.44% -
XYZ 13.31 11.83 16.91 -
YUV 98.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 113 89 112 0 0.21 0.01 0.56 302.5 0.12 0.4
Hex 71 59 70 0 15 1 38 12E C 28
Octal 161 131 160 0 25 1 70 456 14 50
Binary 1110001 1011001 1110000 0 10101 1 111000 100101110 1100 101000

Color Harmonies of #715970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715970

Black with #715970

Text Example


Text Example

White with #715970

Text Example


Text Example

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