#716470

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

Shades of Old Lavender #716470

Tints of Old Lavender #716470

Color information

#716470 (or 0x716470) is unknown color: approx Old Lavender. HEX triplet: 71, 64 and 70. RGB value is (113,100,112). Sum of RGB (Red+Green+Blue) = 113+100+112=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 113 - color contains mainly: red. Hex color #716470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716470 is #8E9B8F. Grayscale: #696969. Windows color (decimal): -9345936 or 7365745. OLE color: 7365745.

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

Color convert

RGB113100112-
CMYK00.120.010.56
HSL304.62º6.1%41.76%-
HSV(B)304.62º11.5%44.31%-
XYZ14.2913.7917.24-
YUV105.26131.81133.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 100 (39.45% from 255) = 30.77%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=34.77%
G=30.77%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310011200.120.010.56304.626.141.76
Hex7164700C13813162a
Octal161144160014170461652
Binary111000111001001110000011001111000100110001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716470; }

 p { color: rgb(113,100,112); }

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

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

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

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

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

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

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