#7F5D79

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

Shades of Old Lavender #7F5D79

Tints of Old Lavender #7F5D79

Color information

#7F5D79 (or 0x7F5D79) is unknown color: approx Old Lavender. HEX triplet: 7F, 5D and 79. RGB value is (127,93,121). Sum of RGB (Red+Green+Blue) = 127+93+121=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5D79 is #80A286. Grayscale: #6A6A6A. Windows color (decimal): -8430215 or 7953791. OLE color: 7953791.

HSL color Cylindrical-coordinate representation of color #7F5D79: hue angle of 310.59º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F5D79 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB12793121-
CMYK00.270.050.50
HSL310.59º15.45%43.14%-
HSV(B)310.59º26.77%49.8%-
XYZ16.1213.7219.89-
YUV106.36136.26142.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.24%
GREEN value IS 93 (36.72% from 255) = 27.27%
BLUE value IS 121 (47.66% from 255) = 35.48%
R=37.24%
G=27.27%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1279312100.270.050.50310.5915.4543.14
Hex7F5D7901B532137f2b
Octal1771351710335624671753
Binary1111111101110111110010110111011100101001101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,93,121); }

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

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

 a { background-color: rgb(127,93,121); }

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

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

 span { border-color: rgb(127,93,121); }

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