#727172

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

Shades of Old Lavender #727172

Tints of Old Lavender #727172

Color information

#727172 (or 0x727172) is unknown color: approx Old Lavender. HEX triplet: 72, 71 and 72. RGB value is (114,113,114). Sum of RGB (Red+Green+Blue) = 114+113+114=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #727172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727172 is #8D8E8D. Grayscale: #717171. Windows color (decimal): -9277070 or 7500146. OLE color: 7500146.

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

Color convert

RGB114113114-
CMYK00.0100.55
HSL300º0.44%44.51%-
HSV(B)300º0.88%44.71%-
XYZ15.8816.618.29-
YUV113.41128.33128.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.43%
GREEN value IS 113 (44.53% from 255) = 33.14%
BLUE value IS 114 (44.92% from 255) = 33.43%
R=33.43%
G=33.14%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411311400.0100.553000.4444.51
Hex7271720103712c02d
Octal16216116201067454055
Binary1110010111000111100100101101111001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727172; }

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

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

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

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

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

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

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

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