#716072

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

Shades of Old Lavender #716072

Tints of Old Lavender #716072

Color information

#716072 (or 0x716072) is unknown color: approx Old Lavender. HEX triplet: 71, 60 and 72. RGB value is (113,96,114). Sum of RGB (Red+Green+Blue) = 113+96+114=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 114 - color contains mainly: blue. Hex color #716072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716072 is #8E9F8D. Grayscale: #676767. Windows color (decimal): -9346958 or 7495793. OLE color: 7495793.

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

Color convert

RGB11396114-
CMYK0.010.1600.55
HSL296.67º8.57%41.18%-
HSV(B)296.67º15.79%44.71%-
XYZ14.0313.0917.71-
YUV103.14134.13135.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.98%
GREEN value IS 96 (37.89% from 255) = 29.72%
BLUE value IS 114 (44.92% from 255) = 35.29%
R=34.98%
G=29.72%
B=35.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113961140.010.1600.55296.678.5741.18
Hex716072110037129929
Octal1611401621200674511151
Binary11100011100000111001011000001101111001010011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716072; }

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

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

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

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

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

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

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

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