#7A6577

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

Shades of Old Lavender #7A6577

Tints of Old Lavender #7A6577

Color information

#7A6577 (or 0x7A6577) is unknown color: approx Old Lavender. HEX triplet: 7A, 65 and 77. RGB value is (122,101,119). Sum of RGB (Red+Green+Blue) = 122+101+119=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6577 is #859A88. Grayscale: #6D6D6D. Windows color (decimal): -8755849 or 7824762. OLE color: 7824762.

HSL color Cylindrical-coordinate representation of color #7A6577: hue angle of 308.57º 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 #7A6577 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB122101119-
CMYK00.170.020.52
HSL308.57º9.42%43.73%-
HSV(B)308.57º17.21%47.84%-
XYZ16.0114.7819.46-
YUV109.33133.46137.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.67%
GREEN value IS 101 (39.84% from 255) = 29.53%
BLUE value IS 119 (46.88% from 255) = 34.80%
R=35.67%
G=29.53%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210111900.170.020.52308.579.4243.73
Hex7A657701123413592c
Octal1721451670212644651154
Binary111101011001011110111010001101101001001101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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