Html Css Color HEX #875077 Trendy Pink

📋 copy color: '#875077'

red 135 ◦ green 80 ◦ blue 119

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

Shades of Trendy Pink #875077

Tints of Trendy Pink #875077

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.95%

 BLUE value IS 119 (46.88% from 255) = 35.63%

R = 40.42%
G = 23.95%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#875077 (or 0x875077) is known color: Trendy Pink. HEX triplet: 87, 50 and 77. RGB value is (135,80,119). Sum of RGB (Red+Green+Blue) = 135+80+119=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #875077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875077 is #78AF88. Grayscale: #646464. Windows color (decimal): -7909257 or 7819399. OLE color: 7819399.

HSL color Cylindrical-coordinate representation of color #875077: hue angle of 317.45º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #875077 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 80 119 -
CMYK 0 0.41 0.12 0.47
HSL 317.45º 0.26% 0.42% -
HSV(B) 317.45º 0.41% 0.53% -
XYZ 16.19 12.22 18.96 -
YUV 100.89 138.22 152.33 -
System Red Green Blue C M Y K H S L
Decimal 135 80 119 0 0.41 0.12 0.47 317.45 0.26 0.42
Hex 87 50 77 0 29 C 2F 13D 1A 2A
Octal 207 120 167 0 51 14 57 475 32 52
Binary 10000111 1010000 1110111 0 101001 1100 101111 100111101 11010 101010

Color Harmonies of #875077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875077

Black with #875077

Text Example


Text Example

White with #875077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875077; }

 p { color: rgb(135,80,119); }

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

background-color css

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

 a { background-color: rgb(135,80,119); }

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

border-color css

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

 span { border-color: rgb(135,80,119); }

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