#8D748D

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

Shades of Trendy Pink #8D748D

Tints of Trendy Pink #8D748D

Color information

#8D748D (or 0x8D748D) is unknown color: approx Trendy Pink. HEX triplet: 8D, 74 and 8D. RGB value is (141,116,141). Sum of RGB (Red+Green+Blue) = 141+116+141=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D748D is #728B72. Grayscale: #7E7E7E. Windows color (decimal): -7506803 or 9270413. OLE color: 9270413.

HSL color Cylindrical-coordinate representation of color #8D748D: hue angle of 300º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D748D is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB141116141-
CMYK00.1800.45
HSL300º9.88%50.39%-
HSV(B)300º17.73%55.29%-
XYZ22.0420.0827.91-
YUV126.32136.28138.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.43%
GREEN value IS 116 (45.70% from 255) = 29.15%
BLUE value IS 141 (55.47% from 255) = 35.43%
R=35.43%
G=29.15%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111614100.1800.453009.8850.39
Hex8D748D01202D12ca32
Octal2151642150220554541262
Binary1000110111101001000110101001001011011001011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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