#746E73

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

Shades of Old Lavender #746E73

Tints of Old Lavender #746E73

Color information

#746E73 (or 0x746E73) is unknown color: approx Old Lavender. HEX triplet: 74, 6E and 73. RGB value is (116,110,115). Sum of RGB (Red+Green+Blue) = 116+110+115=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 116 - color contains mainly: red. Hex color #746E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E73 is #8B918C. Grayscale: #707070. Windows color (decimal): -9146765 or 7564916. OLE color: 7564916.

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

Color convert

RGB116110115-
CMYK00.050.010.55
HSL310º2.65%44.31%-
HSV(B)310º5.17%45.49%-
XYZ15.8716.118.49-
YUV112.36129.49130.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.02%
GREEN value IS 110 (43.36% from 255) = 32.26%
BLUE value IS 115 (45.31% from 255) = 33.72%
R=34.02%
G=32.26%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611011500.050.010.553102.6544.31
Hex746E730513713632c
Octal16415616305167466354
Binary1110100110111011100110101111011110011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746E73; }

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

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

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

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

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

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

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

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