#736D72

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

Shades of Old Lavender #736D72

Tints of Old Lavender #736D72

Color information

#736D72 (or 0x736D72) is unknown color: approx Old Lavender. HEX triplet: 73, 6D and 72. RGB value is (115,109,114). Sum of RGB (Red+Green+Blue) = 115+109+114=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 115 - color contains mainly: red. Hex color #736D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736D72 is #8C928D. Grayscale: #6F6F6F. Windows color (decimal): -9212558 or 7499123. OLE color: 7499123.

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

Color convert

RGB115109114-
CMYK00.050.010.55
HSL310º2.68%43.92%-
HSV(B)310º5.22%45.1%-
XYZ15.5815.818.15-
YUV111.36129.49130.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.02%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 114 (44.92% from 255) = 33.73%
R=34.02%
G=32.25%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510911400.050.010.553102.6843.92
Hex736D720513713632c
Octal16315516205167466354
Binary1110011110110111100100101111011110011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736D72; }

 p { color: rgb(115,109,114); }

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

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

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

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

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

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

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