#7C5171

Color #7C5171 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #7C5171

Tints of Salt Box #7C5171

Color information

#7C5171 (or 0x7C5171) is unknown color: approx Salt Box. HEX triplet: 7C, 51 and 71. RGB value is (124,81,113). Sum of RGB (Red+Green+Blue) = 124+81+113=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5171 is #83AE8E. Grayscale: #616161. Windows color (decimal): -8629903 or 7426428. OLE color: 7426428.

HSL color Cylindrical-coordinate representation of color #7C5171: hue angle of 315.35º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C5171 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB12481113-
CMYK00.350.090.51
HSL315.35º20.98%40.2%-
HSV(B)315.35º34.68%48.63%-
XYZ14.2411.3617.07-
YUV97.5136.75146.9-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.99%
GREEN value IS 81 (32.03% from 255) = 25.47%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=38.99%
G=25.47%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248111300.350.090.51315.3520.9840.2
Hex7C517102393313b1528
Octal17412116104311634732550
Binary1111100101000111100010100011100111001110011101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C5171; }

 p { color: rgb(124,81,113); }

 H1.HeaderClassName
 {
   color: #7C5171;
 }
 .AnyTagClassName
 {
   color: #7C5171;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #7C5171;
 }
 .BgClassName
 {
   background-color: #7C5171;
 }
</style>
border-color css

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

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

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