#726A72

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

Shades of Old Lavender #726A72

Tints of Old Lavender #726A72

Color information

#726A72 (or 0x726A72) is unknown color: approx Old Lavender. HEX triplet: 72, 6A and 72. RGB value is (114,106,114). Sum of RGB (Red+Green+Blue) = 114+106+114=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #726A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A72 is #8D958D. Grayscale: #6D6D6D. Windows color (decimal): -9278862 or 7498354. OLE color: 7498354.

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

Color convert

RGB114106114-
CMYK00.0700.55
HSL300º3.64%43.14%-
HSV(B)300º7.02%44.71%-
XYZ15.1315.118.04-
YUV109.3130.65131.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.13%
GREEN value IS 106 (41.80% from 255) = 31.74%
BLUE value IS 114 (44.92% from 255) = 34.13%
R=34.13%
G=31.74%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410611400.0700.553003.6443.14
Hex726A720703712c42b
Octal16215216207067454453
Binary11100101101010111001001110110111100101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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