Html Css Color HEX #876685 Trendy Pink

📋 copy color: '#876685'

red 135 ◦ green 102 ◦ blue 133

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

Shades of Trendy Pink #876685

Tints of Trendy Pink #876685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.57%

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

R = 36.49%
G = 27.57%
B = 35.95%

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

#876685 (or 0x876685) is known color: Trendy Pink. HEX triplet: 87, 66 and 85. RGB value is (135,102,133). Sum of RGB (Red+Green+Blue) = 135+102+133=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 135 - color contains mainly: red. Hex color #876685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876685 is #78997A. Grayscale: #737373. Windows color (decimal): -7903611 or 8742535. OLE color: 8742535.

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

Color convert

RGB 135 102 133 -
CMYK 0 0.24 0.01 0.47
HSL 303.64º 0.14% 0.46% -
HSV(B) 303.64º 0.24% 0.53% -
XYZ 18.98 16.35 24.35 -
YUV 115.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 135 102 133 0 0.24 0.01 0.47 303.64 0.14 0.46
Hex 87 66 85 0 18 1 2F 130 E 2E
Octal 207 146 205 0 30 1 57 460 16 56
Binary 10000111 1100110 10000101 0 11000 1 101111 100110000 1110 101110

Color Harmonies of #876685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876685

Black with #876685

Text Example


Text Example

White with #876685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876685; }

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

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

background-color css

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

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

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

border-color css

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

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

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