Html Css Color HEX #876089 Trendy Pink

📋 copy color: '#876089'

red 135 ◦ green 96 ◦ blue 137

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

Shades of Trendy Pink #876089

Tints of Trendy Pink #876089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.09%

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

R = 36.68%
G = 26.09%
B = 37.23%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#876089 (or 0x876089) is known color: Trendy Pink. HEX triplet: 87, 60 and 89. RGB value is (135,96,137). Sum of RGB (Red+Green+Blue) = 135+96+137=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 137 - color contains mainly: blue. Hex color #876089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876089 is #789F76. Grayscale: #707070. Windows color (decimal): -7905143 or 9003143. OLE color: 9003143.

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

Color convert

RGB 135 96 137 -
CMYK 0.01 0.30 0 0.46
HSL 297.07º 0.18% 0.46% -
HSV(B) 297.07º 0.3% 0.54% -
XYZ 18.69 15.32 25.64 -
YUV 112.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 135 96 137 0.01 0.30 0 0.46 297.07 0.18 0.46
Hex 87 60 89 1 1E 0 2E 129 12 2E
Octal 207 140 211 1 36 0 56 451 22 56
Binary 10000111 1100000 10001001 1 11110 0 101110 100101001 10010 101110

Color Harmonies of #876089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876089

Black with #876089

Text Example


Text Example

White with #876089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876089; }

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

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

background-color css

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

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

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

border-color css

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

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

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