Html Css Color HEX #874E7C Trendy Pink

📋 copy color: '#874E7C'

red 135 ◦ green 78 ◦ blue 124

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

Shades of Trendy Pink #874E7C

Tints of Trendy Pink #874E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.8%

R = 40.06%
G = 23.15%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#874E7C (or 0x874E7C) is known color: Trendy Pink. HEX triplet: 87, 4E and 7C. RGB value is (135,78,124). Sum of RGB (Red+Green+Blue) = 135+78+124=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #874E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E7C is #78B183. Grayscale: #646464. Windows color (decimal): -7909764 or 8146567. OLE color: 8146567.

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

Color convert

RGB 135 78 124 -
CMYK 0 0.42 0.08 0.47
HSL 311.58º 0.27% 0.42% -
HSV(B) 311.58º 0.42% 0.53% -
XYZ 16.35 12.05 20.53 -
YUV 100.29 141.38 152.76 -
System Red Green Blue C M Y K H S L
Decimal 135 78 124 0 0.42 0.08 0.47 311.58 0.27 0.42
Hex 87 4E 7C 0 2A 8 2F 138 1B 2A
Octal 207 116 174 0 52 10 57 470 33 52
Binary 10000111 1001110 1111100 0 101010 1000 101111 100111000 11011 101010

Color Harmonies of #874E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874E7C

Black with #874E7C

Text Example


Text Example

White with #874E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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