Html Css Color HEX #876188 Trendy Pink

📋 copy color: '#876188'

red 135 ◦ green 97 ◦ blue 136

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

Shades of Trendy Pink #876188

Tints of Trendy Pink #876188

RGB

 RED value IS 135 (53.13% from 255) = 36.68%

 GREEN value IS 97 (38.28% from 255) = 26.36%

 BLUE value IS 136 (53.52% from 255) = 36.96%

R = 36.68%
G = 26.36%
B = 36.96%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#876188 (or 0x876188) is known color: Trendy Pink. HEX triplet: 87, 61 and 88. RGB value is (135,97,136). Sum of RGB (Red+Green+Blue) = 135+97+136=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 136 - color contains mainly: blue. Hex color #876188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876188 is #789E77. Grayscale: #707070. Windows color (decimal): -7904888 or 8937863. OLE color: 8937863.

HSL color Cylindrical-coordinate representation of color #876188: hue angle of 298.46º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #876188 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 97 136 -
CMYK 0.01 0.29 0 0.47
HSL 298.46º 0.17% 0.46% -
HSV(B) 298.46º 0.29% 0.53% -
XYZ 18.71 15.48 25.29 -
YUV 112.81 141.09 143.83 -
System Red Green Blue C M Y K H S L
Decimal 135 97 136 0.01 0.29 0 0.47 298.46 0.17 0.46
Hex 87 61 88 1 1D 0 2F 12A 11 2E
Octal 207 141 210 1 35 0 57 452 21 56
Binary 10000111 1100001 10001000 1 11101 0 101111 100101010 10001 101110

Color Harmonies of #876188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876188

Black with #876188

Text Example


Text Example

White with #876188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876188; }

 p { color: rgb(135,97,136); }

 H1.HeaderClassName
 {
   color: #876188;
 }
 .AnyTagClassName
 {
   color: #876188;
 }
</style>

background-color css

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

 a { background-color: rgb(135,97,136); }

 div.DivClassName
 {
   background-color: #876188;
 }
 .BgClassName
 {
   background-color: #876188;
 }
</style>

border-color css

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

 span { border-color: rgb(135,97,136); }

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