#746374

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

Shades of Old Lavender #746374

Tints of Old Lavender #746374

Color information

#746374 (or 0x746374) is unknown color: approx Old Lavender. HEX triplet: 74, 63 and 74. RGB value is (116,99,116). Sum of RGB (Red+Green+Blue) = 116+99+116=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #746374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746374 is #8B9C8B. Grayscale: #696969. Windows color (decimal): -9149580 or 7627636. OLE color: 7627636.

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

Color convert

RGB11699116-
CMYK00.1500.55
HSL300º7.91%42.16%-
HSV(B)300º14.66%45.49%-
XYZ14.8213.918.42-
YUV106.02133.63135.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.05%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 116 (45.70% from 255) = 35.05%
R=35.05%
G=29.91%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1169911600.1500.553007.9142.16
Hex7463740F03712c82a
Octal1641431640170674541052
Binary1110100110001111101000111101101111001011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746374; }

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

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

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

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

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

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

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

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