#746974

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

Shades of Old Lavender #746974

Tints of Old Lavender #746974

Color information

#746974 (or 0x746974) is unknown color: approx Old Lavender. HEX triplet: 74, 69 and 74. RGB value is (116,105,116). Sum of RGB (Red+Green+Blue) = 116+105+116=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #746974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746974 is #8B968B. Grayscale: #6D6D6D. Windows color (decimal): -9148044 or 7629172. OLE color: 7629172.

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

Color convert

RGB116105116-
CMYK00.0900.55
HSL300º4.98%43.33%-
HSV(B)300º9.48%45.49%-
XYZ15.4115.0818.62-
YUV109.54131.64132.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.42%
GREEN value IS 105 (41.41% from 255) = 31.16%
BLUE value IS 116 (45.70% from 255) = 34.42%
R=34.42%
G=31.16%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11610511600.0900.553004.9843.33
Hex7469740903712c52b
Octal164151164011067454553
Binary111010011010011110100010010110111100101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746974; }

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

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

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

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

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

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

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

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