Html Css Color HEX #715671 Salt Box

📋 copy color: '#715671'

red 113 ◦ green 86 ◦ blue 113

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

Shades of Salt Box #715671

Tints of Salt Box #715671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.22%

R = 36.22%
G = 27.56%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#715671 (or 0x715671) is known color: Salt Box. HEX triplet: 71, 56 and 71. RGB value is (113,86,113). Sum of RGB (Red+Green+Blue) = 113+86+113=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #715671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715671 is #8EA98E. Grayscale: #616161. Windows color (decimal): -9349519 or 7427697. OLE color: 7427697.

HSL color Cylindrical-coordinate representation of color #715671: hue angle of 300º 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 #715671 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 86 113 -
CMYK 0 0.24 0 0.56
HSL 300º 0.14% 0.39% -
HSV(B) 300º 0.24% 0.44% -
XYZ 13.12 11.36 17.12 -
YUV 97.15 136.95 139.3 -
System Red Green Blue C M Y K H S L
Decimal 113 86 113 0 0.24 0 0.56 300 0.14 0.39
Hex 71 56 71 0 18 0 38 12C E 27
Octal 161 126 161 0 30 0 70 454 16 47
Binary 1110001 1010110 1110001 0 11000 0 111000 100101100 1110 100111

Color Harmonies of #715671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715671

Black with #715671

Text Example


Text Example

White with #715671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715671; }

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

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

background-color css

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

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

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

border-color css

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

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

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