Html Css Color HEX #715670 Salt Box

📋 copy color: '#715670'

red 113 ◦ green 86 ◦ blue 112

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

Shades of Salt Box #715670

Tints of Salt Box #715670

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.65%

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

R = 36.33%
G = 27.65%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#715670 (or 0x715670) is known color: Salt Box. HEX triplet: 71, 56 and 70. RGB value is (113,86,112). Sum of RGB (Red+Green+Blue) = 113+86+112=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 113 - color contains mainly: red. Hex color #715670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715670 is #8EA98F. Grayscale: #606060. Windows color (decimal): -9349520 or 7362161. OLE color: 7362161.

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

Color convert

RGB 113 86 112 -
CMYK 0 0.24 0.01 0.56
HSL 302.22º 0.14% 0.39% -
HSV(B) 302.22º 0.24% 0.44% -
XYZ 13.06 11.34 16.83 -
YUV 97.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 113 86 112 0 0.24 0.01 0.56 302.22 0.14 0.39
Hex 71 56 70 0 18 1 38 12E E 27
Octal 161 126 160 0 30 1 70 456 16 47
Binary 1110001 1010110 1110000 0 11000 1 111000 100101110 1110 100111

Color Harmonies of #715670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715670

Black with #715670

Text Example


Text Example

White with #715670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715670; }

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

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

background-color css

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

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

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

border-color css

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

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

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