#746073

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

Shades of Old Lavender #746073

Tints of Old Lavender #746073

Color information

#746073 (or 0x746073) is unknown color: approx Old Lavender. HEX triplet: 74, 60 and 73. RGB value is (116,96,115). Sum of RGB (Red+Green+Blue) = 116+96+115=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 116 - color contains mainly: red. Hex color #746073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746073 is #8B9F8C. Grayscale: #686868. Windows color (decimal): -9150349 or 7561332. OLE color: 7561332.

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

Color convert

RGB11696115-
CMYK00.170.010.55
HSL303º9.43%41.57%-
HSV(B)303º17.24%45.49%-
XYZ14.4813.3218.03-
YUV104.15134.13136.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.47%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 115 (45.31% from 255) = 35.17%
R=35.47%
G=29.36%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1169611500.170.010.553039.4341.57
Hex74607301113712f92a
Octal1641401630211674571152
Binary11101001100000111001101000111101111001011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746073; }

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

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

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

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

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

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

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

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