#736A72

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

Shades of Old Lavender #736A72

Tints of Old Lavender #736A72

Color information

#736A72 (or 0x736A72) is unknown color: approx Old Lavender. HEX triplet: 73, 6A and 72. RGB value is (115,106,114). Sum of RGB (Red+Green+Blue) = 115+106+114=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 115 - color contains mainly: red. Hex color #736A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736A72 is #8C958D. Grayscale: #6D6D6D. Windows color (decimal): -9213326 or 7498355. OLE color: 7498355.

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

Color convert

RGB115106114-
CMYK00.080.010.55
HSL306.67º4.07%43.33%-
HSV(B)306.67º7.83%45.1%-
XYZ15.2615.1718.04-
YUV109.6130.48131.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.33%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 114 (44.92% from 255) = 34.03%
R=34.33%
G=31.64%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510611400.080.010.55306.674.0743.33
Hex736A720813713342b
Octal163152162010167463453
Binary111001111010101110010010001110111100110011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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