#716370

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

Shades of Old Lavender #716370

Tints of Old Lavender #716370

Color information

#716370 (or 0x716370) is unknown color: approx Old Lavender. HEX triplet: 71, 63 and 70. RGB value is (113,99,112). Sum of RGB (Red+Green+Blue) = 113+99+112=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 113 - color contains mainly: red. Hex color #716370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716370 is #8E9C8F. Grayscale: #686868. Windows color (decimal): -9346192 or 7365489. OLE color: 7365489.

HSL color Cylindrical-coordinate representation of color #716370: hue angle of 304.29º degrees, saturation: 0.07, 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 #716370 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB11399112-
CMYK00.120.010.56
HSL304.29º6.6%41.57%-
HSV(B)304.29º12.39%44.31%-
XYZ14.213.617.21-
YUV104.67132.14133.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.88%
GREEN value IS 99 (39.06% from 255) = 30.56%
BLUE value IS 112 (44.14% from 255) = 34.57%
R=34.88%
G=30.56%
B=34.57%

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
Decimal1139911200.120.010.56304.296.641.57
Hex7163700C13813072a
Octal161143160014170460752
Binary111000111000111110000011001111000100110000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716370; }

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

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

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

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

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

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

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

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