#8D748F

Color #8D748F Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #8D748F

Tints of Trendy Pink #8D748F

Color information

#8D748F (or 0x8D748F) is unknown color: approx Trendy Pink. HEX triplet: 8D, 74 and 8F. RGB value is (141,116,143). Sum of RGB (Red+Green+Blue) = 141+116+143=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 143 - color contains mainly: blue. Hex color #8D748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D748F is #728B70. Grayscale: #7E7E7E. Windows color (decimal): -7506801 or 9401485. OLE color: 9401485.

HSL color Cylindrical-coordinate representation of color #8D748F: hue angle of 295.56º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D748F is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB141116143-
CMYK0.010.1900.44
HSL295.56º10.76%50.78%-
HSV(B)295.56º18.88%56.08%-
XYZ22.1920.1428.7-
YUV126.55137.28138.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.25%
GREEN value IS 116 (45.70% from 255) = 29%
BLUE value IS 143 (56.25% from 255) = 35.75%
R=35.25%
G=29%
B=35.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1411161430.010.1900.44295.5610.7650.78
Hex8D748F11302C128b33
Octal2151642171230544501363
Binary1000110111101001000111111001101011001001010001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D748F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D748F; }

 p { color: rgb(141,116,143); }

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

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

 a { background-color: rgb(141,116,143); }

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

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

 span { border-color: rgb(141,116,143); }

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