#746574

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

Shades of Old Lavender #746574

Tints of Old Lavender #746574

Color information

#746574 (or 0x746574) is unknown color: approx Old Lavender. HEX triplet: 74, 65 and 74. RGB value is (116,101,116). Sum of RGB (Red+Green+Blue) = 116+101+116=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #746574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746574 is #8B9A8B. Grayscale: #6B6B6B. Windows color (decimal): -9149068 or 7628148. OLE color: 7628148.

HSL color Cylindrical-coordinate representation of color #746574: hue angle of 300º 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 #746574 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB116101116-
CMYK00.1300.55
HSL300º6.91%42.55%-
HSV(B)300º12.93%45.49%-
XYZ15.0114.2818.49-
YUV107.2132.97134.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.83%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 116 (45.70% from 255) = 34.83%
R=34.83%
G=30.33%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11610111600.1300.553006.9142.55
Hex7465740D03712c72b
Octal164145164015067454753
Binary111010011001011110100011010110111100101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746574; }

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

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

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

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

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

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

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

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