#8C708B

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

Shades of Trendy Pink #8C708B

Tints of Trendy Pink #8C708B

Color information

#8C708B (or 0x8C708B) is unknown color: approx Trendy Pink. HEX triplet: 8C, 70 and 8B. RGB value is (140,112,139). Sum of RGB (Red+Green+Blue) = 140+112+139=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 140 - color contains mainly: red. Hex color #8C708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C708B is #738F74. Grayscale: #7B7B7B. Windows color (decimal): -7573365 or 9138316. OLE color: 9138316.

HSL color Cylindrical-coordinate representation of color #8C708B: hue angle of 302.14º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C708B is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB140112139-
CMYK00.200.010.45
HSL302.14º11.11%49.41%-
HSV(B)302.14º20%54.9%-
XYZ21.2719.0326.98-
YUV123.45136.78139.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.81%
GREEN value IS 112 (44.14% from 255) = 28.64%
BLUE value IS 139 (54.69% from 255) = 35.55%
R=35.81%
G=28.64%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011213900.200.010.45302.1411.1149.41
Hex8C708B01412D12eb31
Octal2141602130241554561361
Binary1000110011100001000101101010011011011001011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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