Html Css Color HEX #874C76 Trendy Pink

📋 copy color: '#874C76'

red 135 ◦ green 76 ◦ blue 118

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

Shades of Trendy Pink #874C76

Tints of Trendy Pink #874C76

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.1%

 BLUE value IS 118 (46.48% from 255) = 35.87%

R = 41.03%
G = 23.1%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#874C76 (or 0x874C76) is known color: Trendy Pink. HEX triplet: 87, 4C and 76. RGB value is (135,76,118). Sum of RGB (Red+Green+Blue) = 135+76+118=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 135 - color contains mainly: red. Hex color #874C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874C76 is #78B389. Grayscale: #626262. Windows color (decimal): -7910282 or 7752839. OLE color: 7752839.

HSL color Cylindrical-coordinate representation of color #874C76: hue angle of 317.29º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #874C76 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 76 118 -
CMYK 0 0.44 0.13 0.47
HSL 317.29º 0.28% 0.41% -
HSV(B) 317.29º 0.44% 0.53% -
XYZ 15.85 11.63 18.55 -
YUV 98.43 139.05 154.08 -
System Red Green Blue C M Y K H S L
Decimal 135 76 118 0 0.44 0.13 0.47 317.29 0.28 0.41
Hex 87 4C 76 0 2C D 2F 13D 1C 29
Octal 207 114 166 0 54 15 57 475 34 51
Binary 10000111 1001100 1110110 0 101100 1101 101111 100111101 11100 101001

Color Harmonies of #874C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874C76

Black with #874C76

Text Example


Text Example

White with #874C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,76,118); }

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

background-color css

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

 a { background-color: rgb(135,76,118); }

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

border-color css

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

 span { border-color: rgb(135,76,118); }

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