#7A4F71

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

Shades of Salt Box #7A4F71

Tints of Salt Box #7A4F71

Color information

#7A4F71 (or 0x7A4F71) is unknown color: approx Salt Box. HEX triplet: 7A, 4F and 71. RGB value is (122,79,113). Sum of RGB (Red+Green+Blue) = 122+79+113=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A4F71 is #85B08E. Grayscale: #5F5F5F. Windows color (decimal): -8761487 or 7425914. OLE color: 7425914.

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

Color convert

RGB12279113-
CMYK00.350.070.52
HSL312.56º21.39%39.41%-
HSV(B)312.56º35.25%47.84%-
XYZ13.810.9217-
YUV95.73137.75146.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.85%
GREEN value IS 79 (31.25% from 255) = 25.16%
BLUE value IS 113 (44.53% from 255) = 35.99%
R=38.85%
G=25.16%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1227911300.350.070.52312.5621.3939.41
Hex7A4F710237341391527
Octal1721171610437644712547
Binary111101010011111110001010001111111010010011100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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