#746E74

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

Shades of Old Lavender #746E74

Tints of Old Lavender #746E74

Color information

#746E74 (or 0x746E74) is unknown color: approx Old Lavender. HEX triplet: 74, 6E and 74. RGB value is (116,110,116). Sum of RGB (Red+Green+Blue) = 116+110+116=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #746E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E74 is #8B918B. Grayscale: #707070. Windows color (decimal): -9146764 or 7630452. OLE color: 7630452.

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

Color convert

RGB116110116-
CMYK00.0500.55
HSL300º2.65%44.31%-
HSV(B)300º5.17%45.49%-
XYZ15.9316.1318.8-
YUV112.48129.99130.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.92%
GREEN value IS 110 (43.36% from 255) = 32.16%
BLUE value IS 116 (45.70% from 255) = 33.92%
R=33.92%
G=32.16%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611011600.0500.553002.6544.31
Hex746E740503712c32c
Octal16415616405067454354
Binary1110100110111011101000101011011110010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746E74; }

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

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

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

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

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

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

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

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