#746372

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

Shades of Old Lavender #746372

Tints of Old Lavender #746372

Color information

#746372 (or 0x746372) is unknown color: approx Old Lavender. HEX triplet: 74, 63 and 72. RGB value is (116,99,114). Sum of RGB (Red+Green+Blue) = 116+99+114=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 116 - color contains mainly: red. Hex color #746372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746372 is #8B9C8D. Grayscale: #696969. Windows color (decimal): -9149582 or 7496564. OLE color: 7496564.

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

Color convert

RGB11699114-
CMYK00.150.020.55
HSL307.06º7.91%42.16%-
HSV(B)307.06º14.66%45.49%-
XYZ14.713.8517.82-
YUV105.79132.63135.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.26%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=35.26%
G=30.09%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1169911400.150.020.55307.067.9142.16
Hex7463720F23713382a
Octal1641431620172674631052
Binary11101001100011111001001111101101111001100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746372; }

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

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

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

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

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

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

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

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