#7A5470

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

Shades of Salt Box #7A5470

Tints of Salt Box #7A5470

Color information

#7A5470 (or 0x7A5470) is unknown color: approx Salt Box. HEX triplet: 7A, 54 and 70. RGB value is (122,84,112). Sum of RGB (Red+Green+Blue) = 122+84+112=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5470 is #85AB8F. Grayscale: #626262. Windows color (decimal): -8760208 or 7361658. OLE color: 7361658.

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

Color convert

RGB12284112-
CMYK00.310.080.52
HSL315.79º18.45%40.39%-
HSV(B)315.79º31.15%47.84%-
XYZ14.1211.6516.83-
YUV98.55135.59144.72-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.36%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 112 (44.14% from 255) = 35.22%
R=38.36%
G=26.42%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228411200.310.080.52315.7918.4540.39
Hex7A547001F83413c1228
Octal17212416003710644742250
Binary111101010101001110000011111100011010010011110010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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