Html Css Color HEX #874D79 Trendy Pink

📋 copy color: '#874D79'

red 135 ◦ green 77 ◦ blue 121

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

Shades of Trendy Pink #874D79

Tints of Trendy Pink #874D79

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.12%

 BLUE value IS 121 (47.66% from 255) = 36.34%

R = 40.54%
G = 23.12%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#874D79 (or 0x874D79) is known color: Trendy Pink. HEX triplet: 87, 4D and 79. RGB value is (135,77,121). Sum of RGB (Red+Green+Blue) = 135+77+121=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #874D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D79 is #78B286. Grayscale: #636363. Windows color (decimal): -7910023 or 7949703. OLE color: 7949703.

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

Color convert

RGB 135 77 121 -
CMYK 0 0.43 0.10 0.47
HSL 314.48º 0.27% 0.42% -
HSV(B) 314.48º 0.43% 0.53% -
XYZ 16.1 11.84 19.53 -
YUV 99.36 140.22 153.42 -
System Red Green Blue C M Y K H S L
Decimal 135 77 121 0 0.43 0.10 0.47 314.48 0.27 0.42
Hex 87 4D 79 0 2B A 2F 13A 1B 2A
Octal 207 115 171 0 53 12 57 472 33 52
Binary 10000111 1001101 1111001 0 101011 1010 101111 100111010 11011 101010

Color Harmonies of #874D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874D79

Black with #874D79

Text Example


Text Example

White with #874D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,77,121); }

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

background-color css

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

 a { background-color: rgb(135,77,121); }

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

border-color css

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

 span { border-color: rgb(135,77,121); }

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