#737273

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

Shades of Old Lavender #737273

Tints of Old Lavender #737273

Color information

#737273 (or 0x737273) is unknown color: approx Old Lavender. HEX triplet: 73, 72 and 73. RGB value is (115,114,115). Sum of RGB (Red+Green+Blue) = 115+114+115=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #737273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737273 is #8C8D8C. Grayscale: #727272. Windows color (decimal): -9211277 or 7565939. OLE color: 7565939.

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

Color convert

RGB115114115-
CMYK00.0100.55
HSL300º0.44%44.9%-
HSV(B)300º0.87%45.1%-
XYZ16.1816.9218.63-
YUV114.41128.33128.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.43%
GREEN value IS 114 (44.92% from 255) = 33.14%
BLUE value IS 115 (45.31% from 255) = 33.43%
R=33.43%
G=33.14%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511411500.0100.553000.4444.9
Hex7372730103712c02d
Octal16316216301067454055
Binary1110011111001011100110101101111001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737273; }

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

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

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

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

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

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

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

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