Html Css Color HEX #715170 Salt Box

📋 copy color: '#715170'

red 113 ◦ green 81 ◦ blue 112

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

Shades of Salt Box #715170

Tints of Salt Box #715170

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.47%

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

R = 36.93%
G = 26.47%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#715170 (or 0x715170) is known color: Salt Box. HEX triplet: 71, 51 and 70. RGB value is (113,81,112). Sum of RGB (Red+Green+Blue) = 113+81+112=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 113 - color contains mainly: red. Hex color #715170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715170 is #8EAE8F. Grayscale: #5E5E5E. Windows color (decimal): -9350800 or 7360881. OLE color: 7360881.

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

Color convert

RGB 113 81 112 -
CMYK 0 0.28 0.01 0.56
HSL 301.88º 0.16% 0.38% -
HSV(B) 301.88º 0.28% 0.44% -
XYZ 12.68 10.57 16.7 -
YUV 94.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 113 81 112 0 0.28 0.01 0.56 301.88 0.16 0.38
Hex 71 51 70 0 1C 1 38 12E 10 26
Octal 161 121 160 0 34 1 70 456 20 46
Binary 1110001 1010001 1110000 0 11100 1 111000 100101110 10000 100110

Color Harmonies of #715170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715170

Black with #715170

Text Example


Text Example

White with #715170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715170; }

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

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

background-color css

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

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

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

border-color css

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

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

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