Html Css Color HEX #874679 Trendy Pink

📋 copy color: '#874679'

red 135 ◦ green 70 ◦ blue 121

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

Shades of Trendy Pink #874679

Tints of Trendy Pink #874679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.12%

R = 41.41%
G = 21.47%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#874679 (or 0x874679) is known color: Trendy Pink. HEX triplet: 87, 46 and 79. RGB value is (135,70,121). Sum of RGB (Red+Green+Blue) = 135+70+121=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #874679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874679 is #78B986. Grayscale: #5F5F5F. Windows color (decimal): -7911815 or 7947911. OLE color: 7947911.

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

Color convert

RGB 135 70 121 -
CMYK 0 0.48 0.10 0.47
HSL 312.92º 0.32% 0.4% -
HSV(B) 312.92º 0.48% 0.53% -
XYZ 15.63 10.91 19.37 -
YUV 95.25 142.53 156.35 -
System Red Green Blue C M Y K H S L
Decimal 135 70 121 0 0.48 0.10 0.47 312.92 0.32 0.4
Hex 87 46 79 0 30 A 2F 139 20 28
Octal 207 106 171 0 60 12 57 471 40 50
Binary 10000111 1000110 1111001 0 110000 1010 101111 100111001 100000 101000

Color Harmonies of #874679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874679

Black with #874679

Text Example


Text Example

White with #874679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874679; }

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

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

background-color css

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

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

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

border-color css

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

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

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