#7A5870

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

Shades of Salt Box #7A5870

Tints of Salt Box #7A5870

Color information

#7A5870 (or 0x7A5870) is unknown color: approx Salt Box. HEX triplet: 7A, 58 and 70. RGB value is (122,88,112). Sum of RGB (Red+Green+Blue) = 122+88+112=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5870 is #85A78F. Grayscale: #646464. Windows color (decimal): -8759184 or 7362682. OLE color: 7362682.

HSL color Cylindrical-coordinate representation of color #7A5870: hue angle of 317.65º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A5870 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB12288112-
CMYK00.280.080.52
HSL317.65º16.19%41.18%-
HSV(B)317.65º27.87%47.84%-
XYZ14.4412.2916.94-
YUV100.9134.26143.05-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.89%
GREEN value IS 88 (34.77% from 255) = 27.33%
BLUE value IS 112 (44.14% from 255) = 34.78%
R=37.89%
G=27.33%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228811200.280.080.52317.6516.1941.18
Hex7A587001C83413e1029
Octal17213016003410644762051
Binary111101010110001110000011100100011010010011111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,88,112); }

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

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

 a { background-color: rgb(122,88,112); }

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

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

 span { border-color: rgb(122,88,112); }

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