#746773

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

Shades of Old Lavender #746773

Tints of Old Lavender #746773

Color information

#746773 (or 0x746773) is unknown color: approx Old Lavender. HEX triplet: 74, 67 and 73. RGB value is (116,103,115). Sum of RGB (Red+Green+Blue) = 116+103+115=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 116 - color contains mainly: red. Hex color #746773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746773 is #8B988C. Grayscale: #6C6C6C. Windows color (decimal): -9148557 or 7563124. OLE color: 7563124.

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

Color convert

RGB116103115-
CMYK00.110.010.55
HSL304.62º5.94%42.94%-
HSV(B)304.62º11.21%45.49%-
XYZ15.1514.6518.25-
YUV108.26131.81133.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.73%
GREEN value IS 103 (40.62% from 255) = 30.84%
BLUE value IS 115 (45.31% from 255) = 34.43%
R=34.73%
G=30.84%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11610311500.110.010.55304.625.9442.94
Hex7467730B13713162b
Octal164147163013167461653
Binary111010011001111110011010111110111100110001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746773; }

 p { color: rgb(116,103,115); }

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

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

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

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

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

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

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