#726672

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

Shades of Old Lavender #726672

Tints of Old Lavender #726672

Color information

#726672 (or 0x726672) is unknown color: approx Old Lavender. HEX triplet: 72, 66 and 72. RGB value is (114,102,114). Sum of RGB (Red+Green+Blue) = 114+102+114=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #726672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726672 is #8D998D. Grayscale: #6A6A6A. Windows color (decimal): -9279886 or 7497330. OLE color: 7497330.

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

Color convert

RGB114102114-
CMYK00.1100.55
HSL300º5.56%42.35%-
HSV(B)300º10.53%44.71%-
XYZ14.7314.317.9-
YUV106.96131.98133.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.55%
GREEN value IS 102 (40.23% from 255) = 30.91%
BLUE value IS 114 (44.92% from 255) = 34.55%
R=34.55%
G=30.91%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410211400.1100.553005.5642.35
Hex7266720B03712c62a
Octal162146162013067454652
Binary111001011001101110010010110110111100101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726672; }

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

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

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

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

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

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

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

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