#726572

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

Shades of Old Lavender #726572

Tints of Old Lavender #726572

Color information

#726572 (or 0x726572) is unknown color: approx Old Lavender. HEX triplet: 72, 65 and 72. RGB value is (114,101,114). Sum of RGB (Red+Green+Blue) = 114+101+114=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #726572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726572 is #8D9A8D. Grayscale: #6A6A6A. Windows color (decimal): -9280142 or 7497074. OLE color: 7497074.

HSL color Cylindrical-coordinate representation of color #726572: 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 #726572 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB114101114-
CMYK00.1100.55
HSL300º6.05%42.16%-
HSV(B)300º11.4%44.71%-
XYZ14.6314.117.87-
YUV106.37132.31133.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.65%
GREEN value IS 101 (39.84% from 255) = 30.70%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=34.65%
G=30.70%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410111400.1100.553006.0542.16
Hex7265720B03712c62a
Octal162145162013067454652
Binary111001011001011110010010110110111100101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726572; }

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

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

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

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

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

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

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

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