Html Css Color HEX #874976 Trendy Pink

📋 copy color: '#874976'

red 135 ◦ green 73 ◦ blue 118

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

Shades of Trendy Pink #874976

Tints of Trendy Pink #874976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.39%

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

R = 41.41%
G = 22.39%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#874976 (or 0x874976) is known color: Trendy Pink. HEX triplet: 87, 49 and 76. RGB value is (135,73,118). Sum of RGB (Red+Green+Blue) = 135+73+118=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #874976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874976 is #78B689. Grayscale: #606060. Windows color (decimal): -7911050 or 7752071. OLE color: 7752071.

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

Color convert

RGB 135 73 118 -
CMYK 0 0.46 0.13 0.47
HSL 316.45º 0.3% 0.41% -
HSV(B) 316.45º 0.46% 0.53% -
XYZ 15.64 11.22 18.48 -
YUV 96.67 140.04 155.34 -
System Red Green Blue C M Y K H S L
Decimal 135 73 118 0 0.46 0.13 0.47 316.45 0.3 0.41
Hex 87 49 76 0 2E D 2F 13C 1E 29
Octal 207 111 166 0 56 15 57 474 36 51
Binary 10000111 1001001 1110110 0 101110 1101 101111 100111100 11110 101001

Color Harmonies of #874976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874976

Black with #874976

Text Example


Text Example

White with #874976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874976; }

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

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

background-color css

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

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

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

border-color css

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

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

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