#7C5871

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

Shades of Salt Box #7C5871

Tints of Salt Box #7C5871

Color information

#7C5871 (or 0x7C5871) is unknown color: approx Salt Box. HEX triplet: 7C, 58 and 71. RGB value is (124,88,113). Sum of RGB (Red+Green+Blue) = 124+88+113=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5871 is #83A78E. Grayscale: #656565. Windows color (decimal): -8628111 or 7428220. OLE color: 7428220.

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

Color convert

RGB12488113-
CMYK00.290.090.51
HSL318.33º16.98%41.57%-
HSV(B)318.33º29.03%48.63%-
XYZ14.7812.4617.25-
YUV101.61134.43143.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.15%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 113 (44.53% from 255) = 34.77%
R=38.15%
G=27.08%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248811300.290.090.51318.3316.9841.57
Hex7C587101D93313e112a
Octal17413016103511634762152
Binary111110010110001110001011101100111001110011111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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