#746474

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

Shades of Old Lavender #746474

Tints of Old Lavender #746474

Color information

#746474 (or 0x746474) is unknown color: approx Old Lavender. HEX triplet: 74, 64 and 74. RGB value is (116,100,116). Sum of RGB (Red+Green+Blue) = 116+100+116=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #746474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746474 is #8B9B8B. Grayscale: #6A6A6A. Windows color (decimal): -9149324 or 7627892. OLE color: 7627892.

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

Color convert

RGB116100116-
CMYK00.1400.55
HSL300º7.41%42.35%-
HSV(B)300º13.79%45.49%-
XYZ14.9114.0918.46-
YUV106.61133.3134.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.94%
GREEN value IS 100 (39.45% from 255) = 30.12%
BLUE value IS 116 (45.70% from 255) = 34.94%
R=34.94%
G=30.12%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11610011600.1400.553007.4142.35
Hex7464740E03712c72a
Octal164144164016067454752
Binary111010011001001110100011100110111100101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746474; }

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

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

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

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

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

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

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

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