#7A5070

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

Shades of Salt Box #7A5070

Tints of Salt Box #7A5070

Color information

#7A5070 (or 0x7A5070) is unknown color: approx Salt Box. HEX triplet: 7A, 50 and 70. RGB value is (122,80,112). Sum of RGB (Red+Green+Blue) = 122+80+112=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5070 is #85AF8F. Grayscale: #606060. Windows color (decimal): -8761232 or 7360634. OLE color: 7360634.

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

Color convert

RGB12280112-
CMYK00.340.080.52
HSL314.29º20.79%39.61%-
HSV(B)314.29º34.43%47.84%-
XYZ13.8211.0416.73-
YUV96.21136.91146.4-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.85%
GREEN value IS 80 (31.64% from 255) = 25.48%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=38.85%
G=25.48%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228011200.340.080.52314.2920.7939.61
Hex7A507002283413a1528
Octal17212016004210644722550
Binary1111010101000011100000100010100011010010011101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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