#8D778D

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

Shades of Trendy Pink #8D778D

Tints of Trendy Pink #8D778D

Color information

#8D778D (or 0x8D778D) is unknown color: approx Trendy Pink. HEX triplet: 8D, 77 and 8D. RGB value is (141,119,141). Sum of RGB (Red+Green+Blue) = 141+119+141=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D778D is #728872. Grayscale: #808080. Windows color (decimal): -7506035 or 9271181. OLE color: 9271181.

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

Color convert

RGB141119141-
CMYK00.1600.45
HSL300º8.8%50.98%-
HSV(B)300º15.6%55.29%-
XYZ22.3920.7828.03-
YUV128.09135.29137.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.16%
GREEN value IS 119 (46.88% from 255) = 29.68%
BLUE value IS 141 (55.47% from 255) = 35.16%
R=35.16%
G=29.68%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111914100.1600.453008.850.98
Hex8D778D01002D12c933
Octal2151672150200554541163
Binary1000110111101111000110101000001011011001011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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