#7A5B71

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

Shades of Salt Box #7A5B71

Tints of Salt Box #7A5B71

Color information

#7A5B71 (or 0x7A5B71) is unknown color: approx Salt Box. HEX triplet: 7A, 5B and 71. RGB value is (122,91,113). Sum of RGB (Red+Green+Blue) = 122+91+113=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5B71 is #85A48E. Grayscale: #666666. Windows color (decimal): -8758415 or 7428986. OLE color: 7428986.

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

Color convert

RGB12291113-
CMYK00.250.070.52
HSL317.42º14.55%41.76%-
HSV(B)317.42º25.41%47.84%-
XYZ14.7512.8117.32-
YUV102.78133.77141.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.42%
GREEN value IS 91 (35.94% from 255) = 27.91%
BLUE value IS 113 (44.53% from 255) = 34.66%
R=37.42%
G=27.91%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1229111300.250.070.52317.4214.5541.76
Hex7A5B7101973413df2a
Octal1721331610317644751752
Binary1111010101101111100010110011111101001001111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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