#736072

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

Shades of Old Lavender #736072

Tints of Old Lavender #736072

Color information

#736072 (or 0x736072) is unknown color: approx Old Lavender. HEX triplet: 73, 60 and 72. RGB value is (115,96,114). Sum of RGB (Red+Green+Blue) = 115+96+114=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 115 - color contains mainly: red. Hex color #736072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736072 is #8C9F8D. Grayscale: #676767. Windows color (decimal): -9215886 or 7495795. OLE color: 7495795.

HSL color Cylindrical-coordinate representation of color #736072: hue angle of 303.16º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #736072 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB11596114-
CMYK00.170.010.55
HSL303.16º9%41.37%-
HSV(B)303.16º16.52%45.1%-
XYZ14.2913.2317.72-
YUV103.73133.79136.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.38%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=35.38%
G=29.54%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159611400.170.010.55303.16941.37
Hex73607201113712f929
Octal1631401620211674571151
Binary11100111100000111001001000111101111001011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736072; }

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

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

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

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

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

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

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

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