Html Css Color HEX #874780 Trendy Pink

📋 copy color: '#874780'

red 135 ◦ green 71 ◦ blue 128

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

Shades of Trendy Pink #874780

Tints of Trendy Pink #874780

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.26%

 BLUE value IS 128 (50.39% from 255) = 38.32%

R = 40.42%
G = 21.26%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#874780 (or 0x874780) is known color: Trendy Pink. HEX triplet: 87, 47 and 80. RGB value is (135,71,128). Sum of RGB (Red+Green+Blue) = 135+71+128=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #874780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874780 is #78B87F. Grayscale: #606060. Windows color (decimal): -7911552 or 8406919. OLE color: 8406919.

HSL color Cylindrical-coordinate representation of color #874780: hue angle of 306.56º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #874780 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 71 128 -
CMYK 0 0.47 0.05 0.47
HSL 306.56º 0.31% 0.4% -
HSV(B) 306.56º 0.47% 0.53% -
XYZ 16.14 11.22 21.74 -
YUV 96.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 135 71 128 0 0.47 0.05 0.47 306.56 0.31 0.4
Hex 87 47 80 0 2F 5 2F 133 1F 28
Octal 207 107 200 0 57 5 57 463 37 50
Binary 10000111 1000111 10000000 0 101111 101 101111 100110011 11111 101000

Color Harmonies of #874780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874780

Black with #874780

Text Example


Text Example

White with #874780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874780; }

 p { color: rgb(135,71,128); }

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

background-color css

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

 a { background-color: rgb(135,71,128); }

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

border-color css

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

 span { border-color: rgb(135,71,128); }

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