Html Css Color HEX #877089 Trendy Pink

📋 copy color: '#877089'

red 135 ◦ green 112 ◦ blue 137

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

Shades of Trendy Pink #877089

Tints of Trendy Pink #877089

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.17%

 BLUE value IS 137 (53.91% from 255) = 35.68%

R = 35.16%
G = 29.17%
B = 35.68%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#877089 (or 0x877089) is known color: Trendy Pink. HEX triplet: 87, 70 and 89. RGB value is (135,112,137). Sum of RGB (Red+Green+Blue) = 135+112+137=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 137 - color contains mainly: blue. Hex color #877089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877089 is #788F76. Grayscale: #797979. Windows color (decimal): -7901047 or 9007239. OLE color: 9007239.

HSL color Cylindrical-coordinate representation of color #877089: hue angle of 295.2º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #877089 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 135 112 137 -
CMYK 0.01 0.18 0 0.46
HSL 295.2º 0.1% 0.49% -
HSV(B) 295.2º 0.18% 0.54% -
XYZ 20.3 18.55 26.18 -
YUV 121.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 135 112 137 0.01 0.18 0 0.46 295.2 0.1 0.49
Hex 87 70 89 1 12 0 2E 127 A 31
Octal 207 160 211 1 22 0 56 447 12 61
Binary 10000111 1110000 10001001 1 10010 0 101110 100100111 1010 110001

Color Harmonies of #877089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877089

Black with #877089

Text Example


Text Example

White with #877089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877089; }

 p { color: rgb(135,112,137); }

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

background-color css

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

 a { background-color: rgb(135,112,137); }

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

border-color css

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

 span { border-color: rgb(135,112,137); }

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