#7A5A70

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

Shades of Salt Box #7A5A70

Tints of Salt Box #7A5A70

Color information

#7A5A70 (or 0x7A5A70) is unknown color: approx Salt Box. HEX triplet: 7A, 5A and 70. RGB value is (122,90,112). Sum of RGB (Red+Green+Blue) = 122+90+112=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5A70 is #85A58F. Grayscale: #666666. Windows color (decimal): -8758672 or 7363194. OLE color: 7363194.

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

Color convert

RGB12290112-
CMYK00.260.080.52
HSL318.75º15.09%41.57%-
HSV(B)318.75º26.23%47.84%-
XYZ14.6112.6217-
YUV102.08133.6142.21-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.65%
GREEN value IS 90 (35.55% from 255) = 27.78%
BLUE value IS 112 (44.14% from 255) = 34.57%
R=37.65%
G=27.78%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1229011200.260.080.52318.7515.0941.57
Hex7A5A7001A83413ff2a
Octal17213216003210644771752
Binary11110101011010111000001101010001101001001111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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