#7A496F

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

Shades of Salt Box #7A496F

Tints of Salt Box #7A496F

Color information

#7A496F (or 0x7A496F) is unknown color: approx Salt Box. HEX triplet: 7A, 49 and 6F. RGB value is (122,73,111). Sum of RGB (Red+Green+Blue) = 122+73+111=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 122 - color contains mainly: red. Hex color #7A496F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A496F is #85B690. Grayscale: #5B5B5B. Windows color (decimal): -8763025 or 7293306. OLE color: 7293306.

HSL color Cylindrical-coordinate representation of color #7A496F: hue angle of 313.47º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A496F is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB12273111-
CMYK00.400.090.52
HSL313.47º25.13%38.24%-
HSV(B)313.47º40.16%47.84%-
XYZ13.2810.0516.28-
YUV91.98138.73149.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.87%
GREEN value IS 73 (28.91% from 255) = 23.86%
BLUE value IS 111 (43.75% from 255) = 36.27%
R=39.87%
G=23.86%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1227311100.400.090.52313.4725.1338.24
Hex7A496F0289341391926
Octal17211115705011644713146
Binary1111010100100111011110101000100111010010011100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A496F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,73,111); }

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

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

 a { background-color: rgb(122,73,111); }

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

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

 span { border-color: rgb(122,73,111); }

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