#7A5770

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

Shades of Salt Box #7A5770

Tints of Salt Box #7A5770

Color information

#7A5770 (or 0x7A5770) is unknown color: approx Salt Box. HEX triplet: 7A, 57 and 70. RGB value is (122,87,112). Sum of RGB (Red+Green+Blue) = 122+87+112=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5770 is #85A88F. Grayscale: #646464. Windows color (decimal): -8759440 or 7362426. OLE color: 7362426.

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

Color convert

RGB12287112-
CMYK00.290.080.52
HSL317.14º16.75%40.98%-
HSV(B)317.14º28.69%47.84%-
XYZ14.3612.1216.91-
YUV100.32134.6143.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.01%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 112 (44.14% from 255) = 34.89%
R=38.01%
G=27.10%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228711200.290.080.52317.1416.7540.98
Hex7A577001D83413d1129
Octal17212716003510644752151
Binary111101010101111110000011101100011010010011110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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