#746173

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

Shades of Old Lavender #746173

Tints of Old Lavender #746173

Color information

#746173 (or 0x746173) is unknown color: approx Old Lavender. HEX triplet: 74, 61 and 73. RGB value is (116,97,115). Sum of RGB (Red+Green+Blue) = 116+97+115=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 116 - color contains mainly: red. Hex color #746173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746173 is #8B9E8C. Grayscale: #686868. Windows color (decimal): -9150093 or 7561588. OLE color: 7561588.

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

Color convert

RGB11697115-
CMYK00.160.010.55
HSL303.16º8.92%41.76%-
HSV(B)303.16º16.38%45.49%-
XYZ14.5713.518.06-
YUV104.73133.79136.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.37%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 115 (45.31% from 255) = 35.06%
R=35.37%
G=29.57%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1169711500.160.010.55303.168.9241.76
Hex74617301013712f92a
Octal1641411630201674571152
Binary11101001100001111001101000011101111001011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746173; }

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

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

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

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

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

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

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

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