Html Css Color HEX #874E78 Trendy Pink

📋 copy color: '#874E78'

red 135 ◦ green 78 ◦ blue 120

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

Shades of Trendy Pink #874E78

Tints of Trendy Pink #874E78

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.42%

 BLUE value IS 120 (47.27% from 255) = 36.04%

R = 40.54%
G = 23.42%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#874E78 (or 0x874E78) is known color: Trendy Pink. HEX triplet: 87, 4E and 78. RGB value is (135,78,120). Sum of RGB (Red+Green+Blue) = 135+78+120=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #874E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E78 is #78B187. Grayscale: #636363. Windows color (decimal): -7909768 or 7884423. OLE color: 7884423.

HSL color Cylindrical-coordinate representation of color #874E78: hue angle of 315.79º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #874E78 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 78 120 -
CMYK 0 0.42 0.11 0.47
HSL 315.79º 0.27% 0.42% -
HSV(B) 315.79º 0.42% 0.53% -
XYZ 16.11 11.96 19.23 -
YUV 99.83 139.38 153.08 -
System Red Green Blue C M Y K H S L
Decimal 135 78 120 0 0.42 0.11 0.47 315.79 0.27 0.42
Hex 87 4E 78 0 2A B 2F 13C 1B 2A
Octal 207 116 170 0 52 13 57 474 33 52
Binary 10000111 1001110 1111000 0 101010 1011 101111 100111100 11011 101010

Color Harmonies of #874E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874E78

Black with #874E78

Text Example


Text Example

White with #874E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,78,120); }

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

background-color css

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

 a { background-color: rgb(135,78,120); }

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

border-color css

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

 span { border-color: rgb(135,78,120); }

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