#7A4D6F

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

Shades of Salt Box #7A4D6F

Tints of Salt Box #7A4D6F

Color information

#7A4D6F (or 0x7A4D6F) is unknown color: approx Salt Box. HEX triplet: 7A, 4D and 6F. RGB value is (122,77,111). Sum of RGB (Red+Green+Blue) = 122+77+111=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A4D6F is #85B290. Grayscale: #5E5E5E. Windows color (decimal): -8762001 or 7294330. OLE color: 7294330.

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

Color convert

RGB12277111-
CMYK00.370.090.52
HSL314.67º22.61%39.02%-
HSV(B)314.67º36.89%47.84%-
XYZ13.5510.5916.37-
YUV94.33137.41147.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.35%
GREEN value IS 77 (30.47% from 255) = 24.84%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=39.35%
G=24.84%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1227711100.370.090.52314.6722.6139.02
Hex7A4D6F02593413b1727
Octal17211515704511644732747
Binary1111010100110111011110100101100111010010011101110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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