#746371

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

Shades of Old Lavender #746371

Tints of Old Lavender #746371

Color information

#746371 (or 0x746371) is unknown color: approx Old Lavender. HEX triplet: 74, 63 and 71. RGB value is (116,99,113). Sum of RGB (Red+Green+Blue) = 116+99+113=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 116 - color contains mainly: red. Hex color #746371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746371 is #8B9C8E. Grayscale: #696969. Windows color (decimal): -9149583 or 7431028. OLE color: 7431028.

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

Color convert

RGB11699113-
CMYK00.150.030.55
HSL310.59º7.91%42.16%-
HSV(B)310.59º14.66%45.49%-
XYZ14.6413.8317.52-
YUV105.68132.13135.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.37%
GREEN value IS 99 (39.06% from 255) = 30.18%
BLUE value IS 113 (44.53% from 255) = 34.45%
R=35.37%
G=30.18%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1169911300.150.030.55310.597.9142.16
Hex7463710F33713782a
Octal1641431610173674671052
Binary11101001100011111000101111111101111001101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746371; }

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

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

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

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

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

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

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

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