#746373

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

Shades of Old Lavender #746373

Tints of Old Lavender #746373

Color information

#746373 (or 0x746373) is unknown color: approx Old Lavender. HEX triplet: 74, 63 and 73. RGB value is (116,99,115). Sum of RGB (Red+Green+Blue) = 116+99+115=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 116 - color contains mainly: red. Hex color #746373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746373 is #8B9C8C. Grayscale: #696969. Windows color (decimal): -9149581 or 7562100. OLE color: 7562100.

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

Color convert

RGB11699115-
CMYK00.150.010.55
HSL303.53º7.91%42.16%-
HSV(B)303.53º14.66%45.49%-
XYZ14.7613.8718.12-
YUV105.91133.13135.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.15%
GREEN value IS 99 (39.06% from 255) = 30%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=35.15%
G=30%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1169911500.150.010.55303.537.9142.16
Hex7463730F13713082a
Octal1641431630171674601052
Binary1110100110001111100110111111101111001100001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746373; }

 p { color: rgb(116,99,115); }

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

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

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

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

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

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

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