Html Css Color HEX #875579 Trendy Pink

📋 copy color: '#875579'

red 135 ◦ green 85 ◦ blue 121

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

Shades of Trendy Pink #875579

Tints of Trendy Pink #875579

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.93%

 BLUE value IS 121 (47.66% from 255) = 35.48%

R = 39.59%
G = 24.93%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#875579 (or 0x875579) is known color: Trendy Pink. HEX triplet: 87, 55 and 79. RGB value is (135,85,121). Sum of RGB (Red+Green+Blue) = 135+85+121=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #875579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875579 is #78AA86. Grayscale: #676767. Windows color (decimal): -7907975 or 7951751. OLE color: 7951751.

HSL color Cylindrical-coordinate representation of color #875579: hue angle of 316.8º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #875579 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 85 121 -
CMYK 0 0.37 0.10 0.47
HSL 316.8º 0.23% 0.43% -
HSV(B) 316.8º 0.37% 0.53% -
XYZ 16.69 13.03 19.72 -
YUV 104.05 137.57 150.07 -
System Red Green Blue C M Y K H S L
Decimal 135 85 121 0 0.37 0.10 0.47 316.8 0.23 0.43
Hex 87 55 79 0 25 A 2F 13D 17 2B
Octal 207 125 171 0 45 12 57 475 27 53
Binary 10000111 1010101 1111001 0 100101 1010 101111 100111101 10111 101011

Color Harmonies of #875579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875579

Black with #875579

Text Example


Text Example

White with #875579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875579; }

 p { color: rgb(135,85,121); }

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

background-color css

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

 a { background-color: rgb(135,85,121); }

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

border-color css

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

 span { border-color: rgb(135,85,121); }

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