#7C5570

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

Shades of Salt Box #7C5570

Tints of Salt Box #7C5570

Color information

#7C5570 (or 0x7C5570) is unknown color: approx Salt Box. HEX triplet: 7C, 55 and 70. RGB value is (124,85,112). Sum of RGB (Red+Green+Blue) = 124+85+112=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5570 is #83AA8F. Grayscale: #636363. Windows color (decimal): -8628880 or 7361916. OLE color: 7361916.

HSL color Cylindrical-coordinate representation of color #7C5570: hue angle of 318.46º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C5570 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB12485112-
CMYK00.310.100.51
HSL318.46º18.66%40.98%-
HSV(B)318.46º31.45%48.63%-
XYZ14.4911.9516.87-
YUV99.74134.92145.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.63%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 112 (44.14% from 255) = 34.89%
R=38.63%
G=26.48%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248511200.310.100.51318.4618.6640.98
Hex7C557001FA3313e1329
Octal17412516003712634762351
Binary111110010101011110000011111101011001110011111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,85,112); }

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

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

 a { background-color: rgb(124,85,112); }

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

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

 span { border-color: rgb(124,85,112); }

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