#7A5771

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

Shades of Salt Box #7A5771

Tints of Salt Box #7A5771

Color information

#7A5771 (or 0x7A5771) is unknown color: approx Salt Box. HEX triplet: 7A, 57 and 71. RGB value is (122,87,113). Sum of RGB (Red+Green+Blue) = 122+87+113=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5771 is #85A88E. Grayscale: #646464. Windows color (decimal): -8759439 or 7427962. OLE color: 7427962.

HSL color Cylindrical-coordinate representation of color #7A5771: hue angle of 315.43º 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 #7A5771 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB12287113-
CMYK00.290.070.52
HSL315.43º16.75%40.98%-
HSV(B)315.43º28.69%47.84%-
XYZ14.4112.1517.21-
YUV100.43135.1143.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.89%
GREEN value IS 87 (34.38% from 255) = 27.02%
BLUE value IS 113 (44.53% from 255) = 35.09%
R=37.89%
G=27.02%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228711300.290.070.52315.4316.7540.98
Hex7A577101D73413b1129
Octal1721271610357644732151
Binary11110101010111111000101110111111010010011101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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