#7F6A80

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

Shades of Old Lavender #7F6A80

Tints of Old Lavender #7F6A80

Color information

#7F6A80 (or 0x7F6A80) is unknown color: approx Old Lavender. HEX triplet: 7F, 6A and 80. RGB value is (127,106,128). Sum of RGB (Red+Green+Blue) = 127+106+128=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 128 - color contains mainly: blue. Hex color #7F6A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6A80 is #80957F. Grayscale: #727272. Windows color (decimal): -8426880 or 8415871. OLE color: 8415871.

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

Color convert

RGB127106128-
CMYK0.010.1700.50
HSL297.27º9.4%45.88%-
HSV(B)297.27º17.19%50.2%-
XYZ17.816.3822.65-
YUV114.79135.46136.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.18%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 128 (50.39% from 255) = 35.46%
R=35.18%
G=29.36%
B=35.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271061280.010.1700.50297.279.445.88
Hex7F6A8011103212992e
Octal1771522001210624511156
Binary111111111010101000000011000101100101001010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,106,128); }

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

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

 a { background-color: rgb(127,106,128); }

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

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

 span { border-color: rgb(127,106,128); }

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