Html Css Color HEX #874677 Trendy Pink

📋 copy color: '#874677'

red 135 ◦ green 70 ◦ blue 119

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

Shades of Trendy Pink #874677

Tints of Trendy Pink #874677

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.6%

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

R = 41.67%
G = 21.6%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#874677 (or 0x874677) is known color: Trendy Pink. HEX triplet: 87, 46 and 77. RGB value is (135,70,119). Sum of RGB (Red+Green+Blue) = 135+70+119=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #874677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874677 is #78B988. Grayscale: #5E5E5E. Windows color (decimal): -7911817 or 7816839. OLE color: 7816839.

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

Color convert

RGB 135 70 119 -
CMYK 0 0.48 0.12 0.47
HSL 314.77º 0.32% 0.4% -
HSV(B) 314.77º 0.48% 0.53% -
XYZ 15.51 10.86 18.73 -
YUV 95.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 135 70 119 0 0.48 0.12 0.47 314.77 0.32 0.4
Hex 87 46 77 0 30 C 2F 13B 20 28
Octal 207 106 167 0 60 14 57 473 40 50
Binary 10000111 1000110 1110111 0 110000 1100 101111 100111011 100000 101000

Color Harmonies of #874677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874677

Black with #874677

Text Example


Text Example

White with #874677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874677; }

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

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

background-color css

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

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

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

border-color css

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

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

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