Html Css Color HEX #874776 Trendy Pink

📋 copy color: '#874776'

red 135 ◦ green 71 ◦ blue 118

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

Shades of Trendy Pink #874776

Tints of Trendy Pink #874776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.42%

R = 41.67%
G = 21.91%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#874776 (or 0x874776) is known color: Trendy Pink. HEX triplet: 87, 47 and 76. RGB value is (135,71,118). Sum of RGB (Red+Green+Blue) = 135+71+118=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #874776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874776 is #78B889. Grayscale: #5F5F5F. Windows color (decimal): -7911562 or 7751559. OLE color: 7751559.

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

Color convert

RGB 135 71 118 -
CMYK 0 0.47 0.13 0.47
HSL 315.94º 0.31% 0.4% -
HSV(B) 315.94º 0.47% 0.53% -
XYZ 15.51 10.97 18.44 -
YUV 95.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 135 71 118 0 0.47 0.13 0.47 315.94 0.31 0.4
Hex 87 47 76 0 2F D 2F 13C 1F 28
Octal 207 107 166 0 57 15 57 474 37 50
Binary 10000111 1000111 1110110 0 101111 1101 101111 100111100 11111 101000

Color Harmonies of #874776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874776

Black with #874776

Text Example


Text Example

White with #874776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874776; }

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

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

background-color css

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

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

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

border-color css

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

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

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