#747174

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

Shades of Old Lavender #747174

Tints of Old Lavender #747174

Color information

#747174 (or 0x747174) is unknown color: approx Old Lavender. HEX triplet: 74, 71 and 74. RGB value is (116,113,116). Sum of RGB (Red+Green+Blue) = 116+113+116=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #747174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747174 is #8B8E8B. Grayscale: #727272. Windows color (decimal): -9145996 or 7631220. OLE color: 7631220.

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

Color convert

RGB116113116-
CMYK00.0300.55
HSL300º1.31%44.9%-
HSV(B)300º2.59%45.49%-
XYZ16.2616.7818.91-
YUV114.24128.99129.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.62%
GREEN value IS 113 (44.53% from 255) = 32.75%
BLUE value IS 116 (45.70% from 255) = 33.62%
R=33.62%
G=32.75%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611311600.0300.553001.3144.9
Hex7471740303712c12d
Octal16416116403067454155
Binary11101001110001111010001101101111001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747174; }

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

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

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

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

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

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

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

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