Html Css Color HEX #87477A Trendy Pink

📋 copy color: '#87477A'

red 135 ◦ green 71 ◦ blue 122

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

Shades of Trendy Pink #87477A

Tints of Trendy Pink #87477A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.2%

R = 41.16%
G = 21.65%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#87477A (or 0x87477A) is known color: Trendy Pink. HEX triplet: 87, 47 and 7A. RGB value is (135,71,122). Sum of RGB (Red+Green+Blue) = 135+71+122=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #87477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87477A is #78B885. Grayscale: #5F5F5F. Windows color (decimal): -7911558 or 8013703. OLE color: 8013703.

HSL color Cylindrical-coordinate representation of color #87477A: hue angle of 312.19º 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 #87477A is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 71 122 -
CMYK 0 0.47 0.10 0.47
HSL 312.19º 0.31% 0.4% -
HSV(B) 312.19º 0.47% 0.53% -
XYZ 15.76 11.06 19.72 -
YUV 95.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 135 71 122 0 0.47 0.10 0.47 312.19 0.31 0.4
Hex 87 47 7A 0 2F A 2F 138 1F 28
Octal 207 107 172 0 57 12 57 470 37 50
Binary 10000111 1000111 1111010 0 101111 1010 101111 100111000 11111 101000

Color Harmonies of #87477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87477A

Black with #87477A

Text Example


Text Example

White with #87477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87477A; }

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

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

background-color css

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

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

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

border-color css

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

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

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