Html Css Color HEX #874D7F Trendy Pink

📋 copy color: '#874D7F'

red 135 ◦ green 77 ◦ blue 127

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

Shades of Trendy Pink #874D7F

Tints of Trendy Pink #874D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.46%

R = 39.82%
G = 22.71%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#874D7F (or 0x874D7F) is known color: Trendy Pink. HEX triplet: 87, 4D and 7F. RGB value is (135,77,127). Sum of RGB (Red+Green+Blue) = 135+77+127=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #874D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D7F is #78B280. Grayscale: #636363. Windows color (decimal): -7910017 or 8342919. OLE color: 8342919.

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

Color convert

RGB 135 77 127 -
CMYK 0 0.43 0.06 0.47
HSL 308.28º 0.27% 0.42% -
HSV(B) 308.28º 0.43% 0.53% -
XYZ 16.48 11.99 21.52 -
YUV 100.04 143.22 152.93 -
System Red Green Blue C M Y K H S L
Decimal 135 77 127 0 0.43 0.06 0.47 308.28 0.27 0.42
Hex 87 4D 7F 0 2B 6 2F 134 1B 2A
Octal 207 115 177 0 53 6 57 464 33 52
Binary 10000111 1001101 1111111 0 101011 110 101111 100110100 11011 101010

Color Harmonies of #874D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874D7F

Black with #874D7F

Text Example


Text Example

White with #874D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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