Html Css Color HEX #715771 Salt Box

📋 copy color: '#715771'

red 113 ◦ green 87 ◦ blue 113

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

Shades of Salt Box #715771

Tints of Salt Box #715771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.8%

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

R = 36.1%
G = 27.8%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#715771 (or 0x715771) is known color: Salt Box. HEX triplet: 71, 57 and 71. RGB value is (113,87,113). Sum of RGB (Red+Green+Blue) = 113+87+113=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #715771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715771 is #8EA88E. Grayscale: #616161. Windows color (decimal): -9349263 or 7427953. OLE color: 7427953.

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

Color convert

RGB 113 87 113 -
CMYK 0 0.23 0 0.56
HSL 300º 0.13% 0.39% -
HSV(B) 300º 0.23% 0.44% -
XYZ 13.2 11.52 17.15 -
YUV 97.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 113 87 113 0 0.23 0 0.56 300 0.13 0.39
Hex 71 57 71 0 17 0 38 12C D 27
Octal 161 127 161 0 27 0 70 454 15 47
Binary 1110001 1010111 1110001 0 10111 0 111000 100101100 1101 100111

Color Harmonies of #715771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715771

Black with #715771

Text Example


Text Example

White with #715771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715771; }

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

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

background-color css

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

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

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

border-color css

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

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

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