#7A6576

Color #7A6576 Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #7A6576

Tints of Old Lavender #7A6576

Color information

#7A6576 (or 0x7A6576) is unknown color: approx Old Lavender. HEX triplet: 7A, 65 and 76. RGB value is (122,101,118). Sum of RGB (Red+Green+Blue) = 122+101+118=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6576 is #859A89. Grayscale: #6D6D6D. Windows color (decimal): -8755850 or 7759226. OLE color: 7759226.

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

Color convert

RGB122101118-
CMYK00.170.030.52
HSL311.43º9.42%43.73%-
HSV(B)311.43º17.21%47.84%-
XYZ15.9514.7519.15-
YUV109.22132.96137.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.78%
GREEN value IS 101 (39.84% from 255) = 29.62%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=35.78%
G=29.62%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210111800.170.030.52311.439.4243.73
Hex7A657601133413792c
Octal1721451660213644671154
Binary111101011001011110110010001111101001001101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,101,118); }

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

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

 a { background-color: rgb(122,101,118); }

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

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

 span { border-color: rgb(122,101,118); }

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