#726F72

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

Shades of Old Lavender #726F72

Tints of Old Lavender #726F72

Color information

#726F72 (or 0x726F72) is unknown color: approx Old Lavender. HEX triplet: 72, 6F and 72. RGB value is (114,111,114). Sum of RGB (Red+Green+Blue) = 114+111+114=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #726F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F72 is #8D908D. Grayscale: #707070. Windows color (decimal): -9277582 or 7499634. OLE color: 7499634.

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

Color convert

RGB114111114-
CMYK00.0300.55
HSL300º1.33%44.12%-
HSV(B)300º2.63%44.71%-
XYZ15.6616.1618.21-
YUV112.24128.99129.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.63%
GREEN value IS 111 (43.75% from 255) = 32.74%
BLUE value IS 114 (44.92% from 255) = 33.63%
R=33.63%
G=32.74%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411111400.0300.553001.3344.12
Hex726F720303712c12c
Octal16215716203067454154
Binary11100101101111111001001101101111001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726F72; }

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

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

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

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

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

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

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

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