Html Css Color HEX #875F80 Trendy Pink

📋 copy color: '#875F80'

red 135 ◦ green 95 ◦ blue 128

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

Shades of Trendy Pink #875F80

Tints of Trendy Pink #875F80

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.54%

 BLUE value IS 128 (50.39% from 255) = 35.75%

R = 37.71%
G = 26.54%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#875F80 (or 0x875F80) is known color: Trendy Pink. HEX triplet: 87, 5F and 80. RGB value is (135,95,128). Sum of RGB (Red+Green+Blue) = 135+95+128=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 135 - color contains mainly: red. Hex color #875F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875F80 is #78A07F. Grayscale: #6E6E6E. Windows color (decimal): -7905408 or 8413063. OLE color: 8413063.

HSL color Cylindrical-coordinate representation of color #875F80: hue angle of 310.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #875F80 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 95 128 -
CMYK 0 0.30 0.05 0.47
HSL 310.5º 0.17% 0.45% -
HSV(B) 310.5º 0.3% 0.53% -
XYZ 17.98 14.89 22.35 -
YUV 110.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 135 95 128 0 0.30 0.05 0.47 310.5 0.17 0.45
Hex 87 5F 80 0 1E 5 2F 136 11 2D
Octal 207 137 200 0 36 5 57 466 21 55
Binary 10000111 1011111 10000000 0 11110 101 101111 100110110 10001 101101

Color Harmonies of #875F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875F80

Black with #875F80

Text Example


Text Example

White with #875F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875F80; }

 p { color: rgb(135,95,128); }

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

background-color css

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

 a { background-color: rgb(135,95,128); }

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

border-color css

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

 span { border-color: rgb(135,95,128); }

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