Html Css Color HEX #874876 Trendy Pink

📋 copy color: '#874876'

red 135 ◦ green 72 ◦ blue 118

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

Shades of Trendy Pink #874876

Tints of Trendy Pink #874876

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.15%

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

R = 41.54%
G = 22.15%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#874876 (or 0x874876) is known color: Trendy Pink. HEX triplet: 87, 48 and 76. RGB value is (135,72,118). Sum of RGB (Red+Green+Blue) = 135+72+118=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #874876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874876 is #78B789. Grayscale: #5F5F5F. Windows color (decimal): -7911306 or 7751815. OLE color: 7751815.

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

Color convert

RGB 135 72 118 -
CMYK 0 0.47 0.13 0.47
HSL 316.19º 0.3% 0.41% -
HSV(B) 316.19º 0.47% 0.53% -
XYZ 15.58 11.09 18.46 -
YUV 96.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 135 72 118 0 0.47 0.13 0.47 316.19 0.3 0.41
Hex 87 48 76 0 2F D 2F 13C 1E 29
Octal 207 110 166 0 57 15 57 474 36 51
Binary 10000111 1001000 1110110 0 101111 1101 101111 100111100 11110 101001

Color Harmonies of #874876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874876

Black with #874876

Text Example


Text Example

White with #874876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874876; }

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

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

background-color css

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

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

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

border-color css

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

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

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