#716672

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

Shades of Old Lavender #716672

Tints of Old Lavender #716672

Color information

#716672 (or 0x716672) is unknown color: approx Old Lavender. HEX triplet: 71, 66 and 72. RGB value is (113,102,114). Sum of RGB (Red+Green+Blue) = 113+102+114=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 114 - color contains mainly: blue. Hex color #716672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716672 is #8E998D. Grayscale: #6A6A6A. Windows color (decimal): -9345422 or 7497329. OLE color: 7497329.

HSL color Cylindrical-coordinate representation of color #716672: hue angle of 295º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #716672 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB113102114-
CMYK0.010.1100.55
HSL295º5.56%42.35%-
HSV(B)295º10.53%44.71%-
XYZ14.614.2317.9-
YUV106.66132.14132.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.35%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=34.35%
G=31.00%
B=34.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131021140.010.1100.552955.5642.35
Hex7166721B03712762a
Octal161146162113067447652
Binary111000111001101110010110110110111100100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716672; }

 p { color: rgb(113,102,114); }

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

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

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

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

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

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

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