Html Css Color HEX #874F77 Trendy Pink

📋 copy color: '#874F77'

red 135 ◦ green 79 ◦ blue 119

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

Shades of Trendy Pink #874F77

Tints of Trendy Pink #874F77

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.72%

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

R = 40.54%
G = 23.72%
B = 35.74%

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

#874F77 (or 0x874F77) is known color: Trendy Pink. HEX triplet: 87, 4F and 77. RGB value is (135,79,119). Sum of RGB (Red+Green+Blue) = 135+79+119=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #874F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874F77 is #78B088. Grayscale: #646464. Windows color (decimal): -7909513 or 7819143. OLE color: 7819143.

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

Color convert

RGB 135 79 119 -
CMYK 0 0.41 0.12 0.47
HSL 317.14º 0.26% 0.42% -
HSV(B) 317.14º 0.41% 0.53% -
XYZ 16.12 12.07 18.93 -
YUV 100.3 138.55 152.75 -
System Red Green Blue C M Y K H S L
Decimal 135 79 119 0 0.41 0.12 0.47 317.14 0.26 0.42
Hex 87 4F 77 0 29 C 2F 13D 1A 2A
Octal 207 117 167 0 51 14 57 475 32 52
Binary 10000111 1001111 1110111 0 101001 1100 101111 100111101 11010 101010

Color Harmonies of #874F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874F77

Black with #874F77

Text Example


Text Example

White with #874F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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