Html Css Color HEX #884776 Trendy Pink

📋 copy color: '#884776'

red 136 ◦ green 71 ◦ blue 118

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

Shades of Trendy Pink #884776

Tints of Trendy Pink #884776

RGB

 RED value IS 136 (53.52% from 255) = 41.85%

 GREEN value IS 71 (28.13% from 255) = 21.85%

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

R = 41.85%
G = 21.85%
B = 36.31%

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

#884776 (or 0x884776) is known color: Trendy Pink. HEX triplet: 88, 47 and 76. RGB value is (136,71,118). Sum of RGB (Red+Green+Blue) = 136+71+118=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #884776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884776 is #77B889. Grayscale: #5F5F5F. Windows color (decimal): -7846026 or 7751560. OLE color: 7751560.

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

Color convert

RGB 136 71 118 -
CMYK 0 0.48 0.13 0.47
HSL 316.62º 0.31% 0.41% -
HSV(B) 316.62º 0.48% 0.53% -
XYZ 15.68 11.05 18.45 -
YUV 95.79 140.53 156.68 -
System Red Green Blue C M Y K H S L
Decimal 136 71 118 0 0.48 0.13 0.47 316.62 0.31 0.41
Hex 88 47 76 0 30 D 2F 13D 1F 29
Octal 210 107 166 0 60 15 57 475 37 51
Binary 10001000 1000111 1110110 0 110000 1101 101111 100111101 11111 101001

Color Harmonies of #884776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884776

Black with #884776

Text Example


Text Example

White with #884776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884776; }

 p { color: rgb(136,71,118); }

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

background-color css

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

 a { background-color: rgb(136,71,118); }

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

border-color css

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

 span { border-color: rgb(136,71,118); }

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