#7C5771

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

Shades of Salt Box #7C5771

Tints of Salt Box #7C5771

Color information

#7C5771 (or 0x7C5771) is unknown color: approx Salt Box. HEX triplet: 7C, 57 and 71. RGB value is (124,87,113). Sum of RGB (Red+Green+Blue) = 124+87+113=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5771 is #83A88E. Grayscale: #646464. Windows color (decimal): -8628367 or 7427964. OLE color: 7427964.

HSL color Cylindrical-coordinate representation of color #7C5771: hue angle of 317.84º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C5771 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB12487113-
CMYK00.300.090.51
HSL317.84º17.54%41.37%-
HSV(B)317.84º29.84%48.63%-
XYZ14.712.2917.22-
YUV101.03134.76144.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.27%
GREEN value IS 87 (34.38% from 255) = 26.85%
BLUE value IS 113 (44.53% from 255) = 34.88%
R=38.27%
G=26.85%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248711300.300.090.51317.8417.5441.37
Hex7C577101E93313e1229
Octal17412716103611634762251
Binary111110010101111110001011110100111001110011111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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