Html Css Color HEX #874676 Trendy Pink

📋 copy color: '#874676'

red 135 ◦ green 70 ◦ blue 118

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

Shades of Trendy Pink #874676

Tints of Trendy Pink #874676

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.67%

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

R = 41.8%
G = 21.67%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#874676 (or 0x874676) is known color: Trendy Pink. HEX triplet: 87, 46 and 76. RGB value is (135,70,118). Sum of RGB (Red+Green+Blue) = 135+70+118=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #874676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874676 is #78B989. Grayscale: #5E5E5E. Windows color (decimal): -7911818 or 7751303. OLE color: 7751303.

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

Color convert

RGB 135 70 118 -
CMYK 0 0.48 0.13 0.47
HSL 315.69º 0.32% 0.4% -
HSV(B) 315.69º 0.48% 0.53% -
XYZ 15.45 10.84 18.42 -
YUV 94.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 135 70 118 0 0.48 0.13 0.47 315.69 0.32 0.4
Hex 87 46 76 0 30 D 2F 13C 20 28
Octal 207 106 166 0 60 15 57 474 40 50
Binary 10000111 1000110 1110110 0 110000 1101 101111 100111100 100000 101000

Color Harmonies of #874676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874676

Black with #874676

Text Example


Text Example

White with #874676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874676; }

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

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

background-color css

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

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

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

border-color css

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

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

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