#746571

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

Shades of Old Lavender #746571

Tints of Old Lavender #746571

Color information

#746571 (or 0x746571) is unknown color: approx Old Lavender. HEX triplet: 74, 65 and 71. RGB value is (116,101,113). Sum of RGB (Red+Green+Blue) = 116+101+113=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 116 - color contains mainly: red. Hex color #746571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746571 is #8B9A8E. Grayscale: #6A6A6A. Windows color (decimal): -9149071 or 7431540. OLE color: 7431540.

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

Color convert

RGB116101113-
CMYK00.130.030.55
HSL312º6.91%42.55%-
HSV(B)312º12.93%45.49%-
XYZ14.8414.2117.58-
YUV106.85131.47134.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.15%
GREEN value IS 101 (39.84% from 255) = 30.61%
BLUE value IS 113 (44.53% from 255) = 34.24%
R=35.15%
G=30.61%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11610111300.130.030.553126.9142.55
Hex7465710D33713872b
Octal164145161015367470753
Binary1110100110010111100010110111110111100111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746571; }

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

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

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

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

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

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

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

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