#7A556F

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

Shades of Salt Box #7A556F

Tints of Salt Box #7A556F

Color information

#7A556F (or 0x7A556F) is unknown color: approx Salt Box. HEX triplet: 7A, 55 and 6F. RGB value is (122,85,111). Sum of RGB (Red+Green+Blue) = 122+85+111=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 122 - color contains mainly: red. Hex color #7A556F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A556F is #85AA90. Grayscale: #626262. Windows color (decimal): -8759953 or 7296378. OLE color: 7296378.

HSL color Cylindrical-coordinate representation of color #7A556F: hue angle of 317.84º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A556F is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB12285111-
CMYK00.300.090.52
HSL317.84º17.87%40.59%-
HSV(B)317.84º30.33%47.84%-
XYZ14.1411.7816.57-
YUV99.03134.76144.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.36%
GREEN value IS 85 (33.59% from 255) = 26.73%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=38.36%
G=26.73%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228511100.300.090.52317.8417.8740.59
Hex7A556F01E93413e1229
Octal17212515703611644762251
Binary111101010101011101111011110100111010010011111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A556F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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