#80717F

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

Shades of Old Lavender #80717F

Tints of Old Lavender #80717F

Color information

#80717F (or 0x80717F) is unknown color: approx Old Lavender. HEX triplet: 80, 71 and 7F. RGB value is (128,113,127). Sum of RGB (Red+Green+Blue) = 128+113+127=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 128 - color contains mainly: red. Hex color #80717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80717F is #7F8E80. Grayscale: #777777. Windows color (decimal): -8359553 or 8352128. OLE color: 8352128.

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

Color convert

RGB128113127-
CMYK00.120.010.50
HSL304º6.22%47.25%-
HSV(B)304º11.72%50.2%-
XYZ18.6417.9322.56-
YUV119.08132.47134.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.78%
GREEN value IS 113 (44.53% from 255) = 30.71%
BLUE value IS 127 (50% from 255) = 34.51%
R=34.78%
G=30.71%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811312700.120.010.503046.2247.25
Hex80717F0C13213062f
Octal200161177014162460657
Binary1000000011100011111111011001110010100110000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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