Html Css Color HEX #715270 Salt Box

📋 copy color: '#715270'

red 113 ◦ green 82 ◦ blue 112

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

Shades of Salt Box #715270

Tints of Salt Box #715270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.71%

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

R = 36.81%
G = 26.71%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#715270 (or 0x715270) is known color: Salt Box. HEX triplet: 71, 52 and 70. RGB value is (113,82,112). Sum of RGB (Red+Green+Blue) = 113+82+112=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 113 - color contains mainly: red. Hex color #715270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715270 is #8EAD8F. Grayscale: #5E5E5E. Windows color (decimal): -9350544 or 7361137. OLE color: 7361137.

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

Color convert

RGB 113 82 112 -
CMYK 0 0.27 0.01 0.56
HSL 301.94º 0.16% 0.38% -
HSV(B) 301.94º 0.27% 0.44% -
XYZ 12.75 10.72 16.73 -
YUV 94.69 137.77 141.06 -
System Red Green Blue C M Y K H S L
Decimal 113 82 112 0 0.27 0.01 0.56 301.94 0.16 0.38
Hex 71 52 70 0 1B 1 38 12E 10 26
Octal 161 122 160 0 33 1 70 456 20 46
Binary 1110001 1010010 1110000 0 11011 1 111000 100101110 10000 100110

Color Harmonies of #715270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715270

Black with #715270

Text Example


Text Example

White with #715270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715270; }

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

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

background-color css

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

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

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

border-color css

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

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

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