#747074

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

Shades of Old Lavender #747074

Tints of Old Lavender #747074

Color information

#747074 (or 0x747074) is unknown color: approx Old Lavender. HEX triplet: 74, 70 and 74. RGB value is (116,112,116). Sum of RGB (Red+Green+Blue) = 116+112+116=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #747074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747074 is #8B8F8B. Grayscale: #717171. Windows color (decimal): -9146252 or 7630964. OLE color: 7630964.

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

Color convert

RGB116112116-
CMYK00.0300.55
HSL300º1.75%44.71%-
HSV(B)300º3.45%45.49%-
XYZ16.1516.5618.87-
YUV113.65129.33129.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 112 (44.14% from 255) = 32.56%
BLUE value IS 116 (45.70% from 255) = 33.72%
R=33.72%
G=32.56%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611211600.0300.553001.7544.71
Hex7470740303712c22d
Octal16416016403067454255
Binary111010011100001110100011011011110010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747074; }

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

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

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

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

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

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

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

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