Html Css Color HEX #874D7A Trendy Pink

📋 copy color: '#874D7A'

red 135 ◦ green 77 ◦ blue 122

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

Shades of Trendy Pink #874D7A

Tints of Trendy Pink #874D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.53%

R = 40.42%
G = 23.05%
B = 36.53%

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

#874D7A (or 0x874D7A) is known color: Trendy Pink. HEX triplet: 87, 4D and 7A. RGB value is (135,77,122). Sum of RGB (Red+Green+Blue) = 135+77+122=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #874D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D7A is #78B285. Grayscale: #636363. Windows color (decimal): -7910022 or 8015239. OLE color: 8015239.

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

Color convert

RGB 135 77 122 -
CMYK 0 0.43 0.10 0.47
HSL 313.45º 0.27% 0.42% -
HSV(B) 313.45º 0.43% 0.53% -
XYZ 16.16 11.86 19.85 -
YUV 99.47 140.72 153.34 -
System Red Green Blue C M Y K H S L
Decimal 135 77 122 0 0.43 0.10 0.47 313.45 0.27 0.42
Hex 87 4D 7A 0 2B A 2F 139 1B 2A
Octal 207 115 172 0 53 12 57 471 33 52
Binary 10000111 1001101 1111010 0 101011 1010 101111 100111001 11011 101010

Color Harmonies of #874D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874D7A

Black with #874D7A

Text Example


Text Example

White with #874D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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