#747374

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

Shades of Old Lavender #747374

Tints of Old Lavender #747374

Color information

#747374 (or 0x747374) is unknown color: approx Old Lavender. HEX triplet: 74, 73 and 74. RGB value is (116,115,116). Sum of RGB (Red+Green+Blue) = 116+115+116=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #747374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747374 is #8B8C8B. Grayscale: #737373. Windows color (decimal): -9145484 or 7631732. OLE color: 7631732.

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

Color convert

RGB116115116-
CMYK00.0100.55
HSL300º0.43%45.29%-
HSV(B)300º0.86%45.49%-
XYZ16.4917.2418.98-
YUV115.41128.33128.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.43%
GREEN value IS 115 (45.31% from 255) = 33.14%
BLUE value IS 116 (45.70% from 255) = 33.43%
R=33.43%
G=33.14%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611511600.0100.553000.4345.29
Hex7473740103712c02d
Octal16416316401067454055
Binary1110100111001111101000101101111001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747374; }

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

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

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

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

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

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

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

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