#746873

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

Shades of Old Lavender #746873

Tints of Old Lavender #746873

Color information

#746873 (or 0x746873) is unknown color: approx Old Lavender. HEX triplet: 74, 68 and 73. RGB value is (116,104,115). Sum of RGB (Red+Green+Blue) = 116+104+115=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 116 - color contains mainly: red. Hex color #746873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746873 is #8B978C. Grayscale: #6C6C6C. Windows color (decimal): -9148301 or 7563380. OLE color: 7563380.

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

Color convert

RGB116104115-
CMYK00.100.010.55
HSL305º5.45%43.14%-
HSV(B)305º10.34%45.49%-
XYZ15.2514.8518.28-
YUV108.84131.48133.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.63%
GREEN value IS 104 (41.02% from 255) = 31.04%
BLUE value IS 115 (45.31% from 255) = 34.33%
R=34.63%
G=31.04%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11610411500.100.010.553055.4543.14
Hex7468730A13713152b
Octal164150163012167461553
Binary111010011010001110011010101110111100110001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746873; }

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

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

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

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

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

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

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

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