#8C788D

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

Shades of Trendy Pink #8C788D

Tints of Trendy Pink #8C788D

Color information

#8C788D (or 0x8C788D) is unknown color: approx Trendy Pink. HEX triplet: 8C, 78 and 8D. RGB value is (140,120,141). Sum of RGB (Red+Green+Blue) = 140+120+141=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C788D is #738772. Grayscale: #808080. Windows color (decimal): -7571315 or 9271436. OLE color: 9271436.

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

Color convert

RGB140120141-
CMYK0.010.1500.45
HSL297.14º8.43%51.18%-
HSV(B)297.14º14.89%55.29%-
XYZ22.3420.9328.06-
YUV128.37135.13136.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.91%
GREEN value IS 120 (47.27% from 255) = 29.93%
BLUE value IS 141 (55.47% from 255) = 35.16%
R=34.91%
G=29.93%
B=35.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401201410.010.1500.45297.148.4351.18
Hex8C788D1F02D129833
Octal2141702151170554511063
Binary100011001111000100011011111101011011001010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,120,141); }

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

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

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

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

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

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

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