Html Css Color HEX #875C85 Trendy Pink

📋 copy color: '#875C85'

red 135 ◦ green 92 ◦ blue 133

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

Shades of Trendy Pink #875C85

Tints of Trendy Pink #875C85

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.56%

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

R = 37.5%
G = 25.56%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#875C85 (or 0x875C85) is known color: Trendy Pink. HEX triplet: 87, 5C and 85. RGB value is (135,92,133). Sum of RGB (Red+Green+Blue) = 135+92+133=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 135 - color contains mainly: red. Hex color #875C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875C85 is #78A37A. Grayscale: #6D6D6D. Windows color (decimal): -7906171 or 8739975. OLE color: 8739975.

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

Color convert

RGB 135 92 133 -
CMYK 0 0.32 0.01 0.47
HSL 302.79º 0.19% 0.45% -
HSV(B) 302.79º 0.32% 0.53% -
XYZ 18.05 14.5 24.04 -
YUV 109.53 141.25 146.17 -
System Red Green Blue C M Y K H S L
Decimal 135 92 133 0 0.32 0.01 0.47 302.79 0.19 0.45
Hex 87 5C 85 0 20 1 2F 12F 13 2D
Octal 207 134 205 0 40 1 57 457 23 55
Binary 10000111 1011100 10000101 0 100000 1 101111 100101111 10011 101101

Color Harmonies of #875C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C85

Black with #875C85

Text Example


Text Example

White with #875C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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