#8B788C

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

Shades of Trendy Pink #8B788C

Tints of Trendy Pink #8B788C

Color information

#8B788C (or 0x8B788C) is unknown color: approx Trendy Pink. HEX triplet: 8B, 78 and 8C. RGB value is (139,120,140). Sum of RGB (Red+Green+Blue) = 139+120+140=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 140 - color contains mainly: blue. Hex color #8B788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B788C is #748773. Grayscale: #7F7F7F. Windows color (decimal): -7636852 or 9205899. OLE color: 9205899.

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

Color convert

RGB139120140-
CMYK0.010.1400.45
HSL297º8%50.98%-
HSV(B)297º14.29%54.9%-
XYZ22.120.8227.66-
YUV127.96134.79135.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.84%
GREEN value IS 120 (47.27% from 255) = 30.08%
BLUE value IS 140 (55.08% from 255) = 35.09%
R=34.84%
G=30.08%
B=35.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391201400.010.1400.45297850.98
Hex8B788C1E02D129833
Octal2131702141160554511063
Binary100010111111000100011001111001011011001010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B788C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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