Html Css Color HEX #715070 Salt Box

📋 copy color: '#715070'

red 113 ◦ green 80 ◦ blue 112

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

Shades of Salt Box #715070

Tints of Salt Box #715070

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.23%

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

R = 37.05%
G = 26.23%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#715070 (or 0x715070) is known color: Salt Box. HEX triplet: 71, 50 and 70. RGB value is (113,80,112). Sum of RGB (Red+Green+Blue) = 113+80+112=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 113 - color contains mainly: red. Hex color #715070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715070 is #8EAF8F. Grayscale: #5D5D5D. Windows color (decimal): -9351056 or 7360625. OLE color: 7360625.

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

Color convert

RGB 113 80 112 -
CMYK 0 0.29 0.01 0.56
HSL 301.82º 0.17% 0.38% -
HSV(B) 301.82º 0.29% 0.44% -
XYZ 12.6 10.42 16.68 -
YUV 93.52 138.43 141.9 -
System Red Green Blue C M Y K H S L
Decimal 113 80 112 0 0.29 0.01 0.56 301.82 0.17 0.38
Hex 71 50 70 0 1D 1 38 12E 11 26
Octal 161 120 160 0 35 1 70 456 21 46
Binary 1110001 1010000 1110000 0 11101 1 111000 100101110 10001 100110

Color Harmonies of #715070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715070

Black with #715070

Text Example


Text Example

White with #715070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715070; }

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

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

background-color css

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

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

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

border-color css

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

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

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