#716272

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

Shades of Old Lavender #716272

Tints of Old Lavender #716272

Color information

#716272 (or 0x716272) is unknown color: approx Old Lavender. HEX triplet: 71, 62 and 72. RGB value is (113,98,114). Sum of RGB (Red+Green+Blue) = 113+98+114=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 114 - color contains mainly: blue. Hex color #716272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716272 is #8E9D8D. Grayscale: #686868. Windows color (decimal): -9346446 or 7496305. OLE color: 7496305.

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

Color convert

RGB11398114-
CMYK0.010.1400.55
HSL296.25º7.55%41.57%-
HSV(B)296.25º14.04%44.71%-
XYZ14.2113.4617.77-
YUV104.31133.47134.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=34.77%
G=30.15%
B=35.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113981140.010.1400.55296.257.5541.57
Hex7162721E03712882a
Octal1611421621160674501052
Binary1110001110001011100101111001101111001010001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716272; }

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

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

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

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

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

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

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

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