Html Css Color HEX #875B85 Trendy Pink

📋 copy color: '#875B85'

red 135 ◦ green 91 ◦ blue 133

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

Shades of Trendy Pink #875B85

Tints of Trendy Pink #875B85

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.35%

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

R = 37.6%
G = 25.35%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#875B85 (or 0x875B85) is known color: Trendy Pink. HEX triplet: 87, 5B and 85. RGB value is (135,91,133). Sum of RGB (Red+Green+Blue) = 135+91+133=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 135 - color contains mainly: red. Hex color #875B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875B85 is #78A47A. Grayscale: #6C6C6C. Windows color (decimal): -7906427 or 8739719. OLE color: 8739719.

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

Color convert

RGB 135 91 133 -
CMYK 0 0.33 0.01 0.47
HSL 302.73º 0.19% 0.44% -
HSV(B) 302.73º 0.33% 0.53% -
XYZ 17.97 14.33 24.01 -
YUV 108.94 141.58 146.58 -
System Red Green Blue C M Y K H S L
Decimal 135 91 133 0 0.33 0.01 0.47 302.73 0.19 0.44
Hex 87 5B 85 0 21 1 2F 12F 13 2C
Octal 207 133 205 0 41 1 57 457 23 54
Binary 10000111 1011011 10000101 0 100001 1 101111 100101111 10011 101100

Color Harmonies of #875B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875B85

Black with #875B85

Text Example


Text Example

White with #875B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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