Html Css Color HEX #876785 Trendy Pink

📋 copy color: '#876785'

red 135 ◦ green 103 ◦ blue 133

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

Shades of Trendy Pink #876785

Tints of Trendy Pink #876785

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.76%

 BLUE value IS 133 (52.34% from 255) = 35.85%

R = 36.39%
G = 27.76%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#876785 (or 0x876785) is known color: Trendy Pink. HEX triplet: 87, 67 and 85. RGB value is (135,103,133). Sum of RGB (Red+Green+Blue) = 135+103+133=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 135 - color contains mainly: red. Hex color #876785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876785 is #78987A. Grayscale: #737373. Windows color (decimal): -7903355 or 8742791. OLE color: 8742791.

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

Color convert

RGB 135 103 133 -
CMYK 0 0.24 0.01 0.47
HSL 303.75º 0.13% 0.47% -
HSV(B) 303.75º 0.24% 0.53% -
XYZ 19.08 16.54 24.38 -
YUV 115.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 135 103 133 0 0.24 0.01 0.47 303.75 0.13 0.47
Hex 87 67 85 0 18 1 2F 130 D 2F
Octal 207 147 205 0 30 1 57 460 15 57
Binary 10000111 1100111 10000101 0 11000 1 101111 100110000 1101 101111

Color Harmonies of #876785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876785

Black with #876785

Text Example


Text Example

White with #876785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876785; }

 p { color: rgb(135,103,133); }

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

background-color css

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

 a { background-color: rgb(135,103,133); }

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

border-color css

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

 span { border-color: rgb(135,103,133); }

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