#7F5E78

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

Shades of Old Lavender #7F5E78

Tints of Old Lavender #7F5E78

Color information

#7F5E78 (or 0x7F5E78) is unknown color: approx Old Lavender. HEX triplet: 7F, 5E and 78. RGB value is (127,94,120). Sum of RGB (Red+Green+Blue) = 127+94+120=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5E78 is #80A187. Grayscale: #6A6A6A. Windows color (decimal): -8429960 or 7888511. OLE color: 7888511.

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

Color convert

RGB12794120-
CMYK00.260.060.50
HSL312.73º14.93%43.33%-
HSV(B)312.73º25.98%49.8%-
XYZ16.1513.8719.6-
YUV106.83135.43142.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.24%
GREEN value IS 94 (37.11% from 255) = 27.57%
BLUE value IS 120 (47.27% from 255) = 35.19%
R=37.24%
G=27.57%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1279412000.260.060.50312.7314.9343.33
Hex7F5E7801A632139f2b
Octal1771361700326624711753
Binary1111111101111011110000110101101100101001110011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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