#7F5B78

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

Shades of Old Lavender #7F5B78

Tints of Old Lavender #7F5B78

Color information

#7F5B78 (or 0x7F5B78) is unknown color: approx Old Lavender. HEX triplet: 7F, 5B and 78. RGB value is (127,91,120). Sum of RGB (Red+Green+Blue) = 127+91+120=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5B78 is #80A487. Grayscale: #686868. Windows color (decimal): -8430728 or 7887743. OLE color: 7887743.

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

Color convert

RGB12791120-
CMYK00.280.060.50
HSL311.67º16.51%42.75%-
HSV(B)311.67º28.35%49.8%-
XYZ15.8813.3519.51-
YUV105.07136.43143.64-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.57%
GREEN value IS 91 (35.94% from 255) = 26.92%
BLUE value IS 120 (47.27% from 255) = 35.50%
R=37.57%
G=26.92%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1279112000.280.060.50311.6716.5142.75
Hex7F5B7801C632138112b
Octal1771331700346624702153
Binary11111111011011111100001110011011001010011100010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,91,120); }

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

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

 a { background-color: rgb(127,91,120); }

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

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

 span { border-color: rgb(127,91,120); }

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