Html Css Color HEX #875F85 Trendy Pink

📋 copy color: '#875F85'

red 135 ◦ green 95 ◦ blue 133

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

Shades of Trendy Pink #875F85

Tints of Trendy Pink #875F85

RGB

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

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

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

R = 37.19%
G = 26.17%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#875F85 (or 0x875F85) is known color: Trendy Pink. HEX triplet: 87, 5F and 85. RGB value is (135,95,133). Sum of RGB (Red+Green+Blue) = 135+95+133=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #875F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875F85 is #78A07A. Grayscale: #6F6F6F. Windows color (decimal): -7905403 or 8740743. OLE color: 8740743.

HSL color Cylindrical-coordinate representation of color #875F85: hue angle of 303º 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 #875F85 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 95 133 -
CMYK 0 0.30 0.01 0.47
HSL 303º 0.17% 0.45% -
HSV(B) 303º 0.3% 0.53% -
XYZ 18.32 15.03 24.13 -
YUV 111.29 140.25 144.91 -
System Red Green Blue C M Y K H S L
Decimal 135 95 133 0 0.30 0.01 0.47 303 0.17 0.45
Hex 87 5F 85 0 1E 1 2F 12F 11 2D
Octal 207 137 205 0 36 1 57 457 21 55
Binary 10000111 1011111 10000101 0 11110 1 101111 100101111 10001 101101

Color Harmonies of #875F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875F85

Black with #875F85

Text Example


Text Example

White with #875F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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