#716770

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

Shades of Old Lavender #716770

Tints of Old Lavender #716770

Color information

#716770 (or 0x716770) is unknown color: approx Old Lavender. HEX triplet: 71, 67 and 70. RGB value is (113,103,112). Sum of RGB (Red+Green+Blue) = 113+103+112=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 113 - color contains mainly: red. Hex color #716770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716770 is #8E988F. Grayscale: #6A6A6A. Windows color (decimal): -9345168 or 7366513. OLE color: 7366513.

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

Color convert

RGB113103112-
CMYK00.090.010.56
HSL306º4.63%42.35%-
HSV(B)306º8.85%44.31%-
XYZ14.5814.3817.34-
YUV107.02130.81132.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.45%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=34.45%
G=31.40%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310311200.090.010.563064.6342.35
Hex7167700913813252a
Octal161147160011170462552
Binary111000111001111110000010011111000100110010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716770; }

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

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

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

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

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

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

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

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