#746072

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

Shades of Old Lavender #746072

Tints of Old Lavender #746072

Color information

#746072 (or 0x746072) is unknown color: approx Old Lavender. HEX triplet: 74, 60 and 72. RGB value is (116,96,114). Sum of RGB (Red+Green+Blue) = 116+96+114=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 116 - color contains mainly: red. Hex color #746072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746072 is #8B9F8D. Grayscale: #676767. Windows color (decimal): -9150350 or 7495796. OLE color: 7495796.

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

Color convert

RGB11696114-
CMYK00.170.020.55
HSL306º9.43%41.57%-
HSV(B)306º17.24%45.49%-
XYZ14.4213.2917.73-
YUV104.03133.63136.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.58%
GREEN value IS 96 (37.89% from 255) = 29.45%
BLUE value IS 114 (44.92% from 255) = 34.97%
R=35.58%
G=29.45%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1169611400.170.020.553069.4341.57
Hex74607201123713292a
Octal1641401620212674621152
Binary111010011000001110010010001101101111001100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746072; }

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

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

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

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

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

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

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

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