#746271

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

Shades of Old Lavender #746271

Tints of Old Lavender #746271

Color information

#746271 (or 0x746271) is unknown color: approx Old Lavender. HEX triplet: 74, 62 and 71. RGB value is (116,98,113). Sum of RGB (Red+Green+Blue) = 116+98+113=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 116 - color contains mainly: red. Hex color #746271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746271 is #8B9D8E. Grayscale: #696969. Windows color (decimal): -9149839 or 7430772. OLE color: 7430772.

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

Color convert

RGB11698113-
CMYK00.160.030.55
HSL310º8.41%41.96%-
HSV(B)310º15.52%45.49%-
XYZ14.5513.6417.49-
YUV105.09132.46135.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.47%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 113 (44.53% from 255) = 34.56%
R=35.47%
G=29.97%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1169811300.160.030.553108.4141.96
Hex74627101033713682a
Octal1641421610203674661052
Binary111010011000101110001010000111101111001101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746271; }

 p { color: rgb(116,98,113); }

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

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

 a { background-color: rgb(116,98,113); }

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

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

 span { border-color: rgb(116,98,113); }

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