#737073

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

Shades of Old Lavender #737073

Tints of Old Lavender #737073

Color information

#737073 (or 0x737073) is unknown color: approx Old Lavender. HEX triplet: 73, 70 and 73. RGB value is (115,112,115). Sum of RGB (Red+Green+Blue) = 115+112+115=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #737073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737073 is #8C8F8C. Grayscale: #717171. Windows color (decimal): -9211789 or 7565427. OLE color: 7565427.

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

Color convert

RGB115112115-
CMYK00.0300.55
HSL300º1.32%44.51%-
HSV(B)300º2.61%45.1%-
XYZ15.9616.4718.56-
YUV113.24128.99129.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.63%
GREEN value IS 112 (44.14% from 255) = 32.75%
BLUE value IS 115 (45.31% from 255) = 33.63%
R=33.63%
G=32.75%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511211500.0300.553001.3244.51
Hex7370730303712c12d
Octal16316016303067454155
Binary11100111110000111001101101101111001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737073; }

 p { color: rgb(115,112,115); }

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

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

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

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

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

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

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