#7A5071

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

Shades of Salt Box #7A5071

Tints of Salt Box #7A5071

Color information

#7A5071 (or 0x7A5071) is unknown color: approx Salt Box. HEX triplet: 7A, 50 and 71. RGB value is (122,80,113). Sum of RGB (Red+Green+Blue) = 122+80+113=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5071 is #85AF8E. Grayscale: #606060. Windows color (decimal): -8761231 or 7426170. OLE color: 7426170.

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

Color convert

RGB12280113-
CMYK00.340.070.52
HSL312.86º20.79%39.61%-
HSV(B)312.86º34.43%47.84%-
XYZ13.8811.0717.03-
YUV96.32137.41146.32-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.73%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 113 (44.53% from 255) = 35.87%
R=38.73%
G=25.40%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228011300.340.070.52312.8620.7939.61
Hex7A50710227341391528
Octal1721201610427644712550
Binary111101010100001110001010001011111010010011100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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