#80727F

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

Shades of Old Lavender #80727F

Tints of Old Lavender #80727F

Color information

#80727F (or 0x80727F) is unknown color: approx Old Lavender. HEX triplet: 80, 72 and 7F. RGB value is (128,114,127). Sum of RGB (Red+Green+Blue) = 128+114+127=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 128 - color contains mainly: red. Hex color #80727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80727F is #7F8D80. Grayscale: #777777. Windows color (decimal): -8359297 or 8352384. OLE color: 8352384.

HSL color Cylindrical-coordinate representation of color #80727F: hue angle of 304.29º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #80727F is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB128114127-
CMYK00.110.010.50
HSL304.29º5.79%47.45%-
HSV(B)304.29º10.94%50.2%-
XYZ18.7518.1622.59-
YUV119.67132.14133.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.69%
GREEN value IS 114 (44.92% from 255) = 30.89%
BLUE value IS 127 (50% from 255) = 34.42%
R=34.69%
G=30.89%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811412700.110.010.50304.295.7947.45
Hex80727F0B13213062f
Octal200162177013162460657
Binary1000000011100101111111010111110010100110000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80727F; }

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

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

<style>
 a { background-color: #80727F; }

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

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

<style>
 span { border-color: #80727F; }

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

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