Html Css Color HEX #88688B Trendy Pink

📋 copy color: '#88688B'

red 136 ◦ green 104 ◦ blue 139

#88688B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #88688B

Tints of Trendy Pink #88688B

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 value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88688B (or 0x88688B) is known color: 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

RGB 136 104 139 -
CMYK 0.02 0.25 0 0.45
HSL 294.86º 0.14% 0.48% -
HSV(B) 294.86º 0.25% 0.55% -
XYZ 19.76 17 26.67 -
YUV 117.56 140.1 141.15 -
System Red Green Blue C M Y K H S L
Decimal 136 104 139 0.02 0.25 0 0.45 294.86 0.14 0.48
Hex 88 68 8B 2 19 0 2D 127 E 30
Octal 210 150 213 2 31 0 55 447 16 60
Binary 10001000 1101000 10001011 10 11001 0 101101 100100111 1110 110000

Color Harmonies of #88688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88688B

Black with #88688B

Text Example


Text Example

White with #88688B

Text Example


Text Example

HTML Codes & Css Web 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>