#726772

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

Shades of Old Lavender #726772

Tints of Old Lavender #726772

Color information

#726772 (or 0x726772) is unknown color: approx Old Lavender. HEX triplet: 72, 67 and 72. RGB value is (114,103,114). Sum of RGB (Red+Green+Blue) = 114+103+114=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #726772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726772 is #8D988D. Grayscale: #6B6B6B. Windows color (decimal): -9279630 or 7497586. OLE color: 7497586.

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

Color convert

RGB114103114-
CMYK00.1000.55
HSL300º5.07%42.55%-
HSV(B)300º9.65%44.71%-
XYZ14.8314.4917.94-
YUV107.54131.64132.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.44%
GREEN value IS 103 (40.62% from 255) = 31.12%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=34.44%
G=31.12%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410311400.1000.553005.0742.55
Hex7267720A03712c52b
Octal162147162012067454553
Binary111001011001111110010010100110111100101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726772; }

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

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

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

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

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

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

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

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