#8D708A

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

Shades of Trendy Pink #8D708A

Tints of Trendy Pink #8D708A

Color information

#8D708A (or 0x8D708A) is unknown color: approx Trendy Pink. HEX triplet: 8D, 70 and 8A. RGB value is (141,112,138). Sum of RGB (Red+Green+Blue) = 141+112+138=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 141 - color contains mainly: red. Hex color #8D708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D708A is #728F75. Grayscale: #7B7B7B. Windows color (decimal): -7507830 or 9072781. OLE color: 9072781.

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

Color convert

RGB141112138-
CMYK00.210.020.45
HSL306.21º11.46%49.61%-
HSV(B)306.21º20.57%55.29%-
XYZ21.3719.0926.6-
YUV123.64136.11140.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.06%
GREEN value IS 112 (44.14% from 255) = 28.64%
BLUE value IS 138 (54.30% from 255) = 35.29%
R=36.06%
G=28.64%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111213800.210.020.45306.2111.4649.61
Hex8D708A01522D132b32
Octal2151602120252554621362
Binary10001101111000010001010010101101011011001100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,112,138); }

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

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

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

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

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

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

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