#716E71

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

Shades of Old Lavender #716E71

Tints of Old Lavender #716E71

Color information

#716E71 (or 0x716E71) is unknown color: approx Old Lavender. HEX triplet: 71, 6E and 71. RGB value is (113,110,113). Sum of RGB (Red+Green+Blue) = 113+110+113=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #716E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E71 is #8E918E. Grayscale: #6F6F6F. Windows color (decimal): -9343375 or 7433841. OLE color: 7433841.

HSL color Cylindrical-coordinate representation of color #716E71: hue angle of 300º degrees, saturation: 0.01, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #716E71 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB113110113-
CMYK00.0300.56
HSL300º1.35%43.73%-
HSV(B)300º2.65%44.31%-
XYZ15.3715.8517.87-
YUV111.24128.99129.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.63%
GREEN value IS 110 (43.36% from 255) = 32.74%
BLUE value IS 113 (44.53% from 255) = 33.63%
R=33.63%
G=32.74%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11311011300.0300.563001.3543.73
Hex716E710303812c12c
Octal16115616103070454154
Binary11100011101110111000101101110001001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716E71; }

 p { color: rgb(113,110,113); }

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

<style>
 a { background-color: #716E71; }

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

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

<style>
 span { border-color: #716E71; }

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

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