#746573

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

Shades of Old Lavender #746573

Tints of Old Lavender #746573

Color information

#746573 (or 0x746573) is unknown color: approx Old Lavender. HEX triplet: 74, 65 and 73. RGB value is (116,101,115). Sum of RGB (Red+Green+Blue) = 116+101+115=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 116 - color contains mainly: red. Hex color #746573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746573 is #8B9A8C. Grayscale: #6B6B6B. Windows color (decimal): -9149069 or 7562612. OLE color: 7562612.

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

Color convert

RGB116101115-
CMYK00.130.010.55
HSL304º6.91%42.55%-
HSV(B)304º12.93%45.49%-
XYZ14.9514.2618.18-
YUV107.08132.47134.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.94%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 115 (45.31% from 255) = 34.64%
R=34.94%
G=30.42%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11610111500.130.010.553046.9142.55
Hex7465730D13713072b
Octal164145163015167460753
Binary111010011001011110011011011110111100110000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746573; }

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

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

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

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

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

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

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

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