Html Css Color HEX #715570 Salt Box

📋 copy color: '#715570'

red 113 ◦ green 85 ◦ blue 112

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

Shades of Salt Box #715570

Tints of Salt Box #715570

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

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

R = 36.45%
G = 27.42%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#715570 (or 0x715570) is known color: Salt Box. HEX triplet: 71, 55 and 70. RGB value is (113,85,112). Sum of RGB (Red+Green+Blue) = 113+85+112=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 113 - color contains mainly: red. Hex color #715570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715570 is #8EAA8F. Grayscale: #606060. Windows color (decimal): -9349776 or 7361905. OLE color: 7361905.

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

Color convert

RGB 113 85 112 -
CMYK 0 0.25 0.01 0.56
HSL 302.14º 0.14% 0.39% -
HSV(B) 302.14º 0.25% 0.44% -
XYZ 12.98 11.18 16.8 -
YUV 96.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 113 85 112 0 0.25 0.01 0.56 302.14 0.14 0.39
Hex 71 55 70 0 19 1 38 12E E 27
Octal 161 125 160 0 31 1 70 456 16 47
Binary 1110001 1010101 1110000 0 11001 1 111000 100101110 1110 100111

Color Harmonies of #715570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715570

Black with #715570

Text Example


Text Example

White with #715570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715570; }

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

 H1.HeaderClassName
 {
   color: #715570;
 }
 .AnyTagClassName
 {
   color: #715570;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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