Html Css Color HEX #874476 Trendy Pink

📋 copy color: '#874476'

red 135 ◦ green 68 ◦ blue 118

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

Shades of Trendy Pink #874476

Tints of Trendy Pink #874476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.18%

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

R = 42.06%
G = 21.18%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#874476 (or 0x874476) is known color: Trendy Pink. HEX triplet: 87, 44 and 76. RGB value is (135,68,118). Sum of RGB (Red+Green+Blue) = 135+68+118=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #874476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874476 is #78BB89. Grayscale: #5D5D5D. Windows color (decimal): -7912330 or 7750791. OLE color: 7750791.

HSL color Cylindrical-coordinate representation of color #874476: hue angle of 315.22º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874476 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 68 118 -
CMYK 0 0.50 0.13 0.47
HSL 315.22º 0.33% 0.4% -
HSV(B) 315.22º 0.5% 0.53% -
XYZ 15.33 10.59 18.38 -
YUV 93.73 141.7 157.43 -
System Red Green Blue C M Y K H S L
Decimal 135 68 118 0 0.50 0.13 0.47 315.22 0.33 0.4
Hex 87 44 76 0 32 D 2F 13B 21 28
Octal 207 104 166 0 62 15 57 473 41 50
Binary 10000111 1000100 1110110 0 110010 1101 101111 100111011 100001 101000

Color Harmonies of #874476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874476

Black with #874476

Text Example


Text Example

White with #874476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874476; }

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

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

background-color css

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

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

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

border-color css

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

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

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