#88688B

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

Shades of Trendy Pink #88688B

Tints of Trendy Pink #88688B

Color information

#88688B (or 0x88688B) is unknown color: approx Trendy Pink. HEX triplet: 88, 68 and 8B. RGB value is (136,104,139). Sum of RGB (Red+Green+Blue) = 136+104+139=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 139 - color contains mainly: blue. Hex color #88688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88688B is #779774. Grayscale: #757575. Windows color (decimal): -7837557 or 9136264. OLE color: 9136264.

HSL color Cylindrical-coordinate representation of color #88688B: hue angle of 294.86º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #88688B is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB136104139-
CMYK0.020.2500.45
HSL294.86º14.4%47.65%-
HSV(B)294.86º25.18%54.51%-
XYZ19.761726.67-
YUV117.56140.1141.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.88%
GREEN value IS 104 (41.02% from 255) = 27.44%
BLUE value IS 139 (54.69% from 255) = 36.68%
R=35.88%
G=27.44%
B=36.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361041390.020.2500.45294.8614.447.65
Hex88688B21902D127e30
Octal2101502132310554471660
Binary10001000110100010001011101100101011011001001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88688B; }

 p { color: rgb(136,104,139); }

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

<style>
 a { background-color: #88688B; }

 a { background-color: rgb(136,104,139); }

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

<style>
 span { border-color: #88688B; }

 span { border-color: rgb(136,104,139); }

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