#716771

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

Shades of Old Lavender #716771

Tints of Old Lavender #716771

Color information

#716771 (or 0x716771) is unknown color: approx Old Lavender. HEX triplet: 71, 67 and 71. RGB value is (113,103,113). Sum of RGB (Red+Green+Blue) = 113+103+113=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #716771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716771 is #8E988E. Grayscale: #6B6B6B. Windows color (decimal): -9345167 or 7432049. OLE color: 7432049.

HSL color Cylindrical-coordinate representation of color #716771: hue angle of 300º 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 #716771 is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB113103113-
CMYK00.0900.56
HSL300º4.63%42.35%-
HSV(B)300º8.85%44.31%-
XYZ14.6414.417.63-
YUV107.13131.31132.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.35%
GREEN value IS 103 (40.62% from 255) = 31.31%
BLUE value IS 113 (44.53% from 255) = 34.35%
R=34.35%
G=31.31%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310311300.0900.563004.6342.35
Hex7167710903812c52a
Octal161147161011070454552
Binary111000111001111110001010010111000100101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716771; }

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

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

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

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

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

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

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

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