Html Css Color HEX #884780 Trendy Pink

📋 copy color: '#884780'

red 136 ◦ green 71 ◦ blue 128

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

Shades of Trendy Pink #884780

Tints of Trendy Pink #884780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.21%

R = 40.6%
G = 21.19%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#884780 (or 0x884780) is known color: Trendy Pink. HEX triplet: 88, 47 and 80. RGB value is (136,71,128). Sum of RGB (Red+Green+Blue) = 136+71+128=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #884780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884780 is #77B87F. Grayscale: #606060. Windows color (decimal): -7846016 or 8406920. OLE color: 8406920.

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

Color convert

RGB 136 71 128 -
CMYK 0 0.48 0.06 0.47
HSL 307.38º 0.31% 0.41% -
HSV(B) 307.38º 0.48% 0.53% -
XYZ 16.3 11.3 21.74 -
YUV 96.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 136 71 128 0 0.48 0.06 0.47 307.38 0.31 0.41
Hex 88 47 80 0 30 6 2F 133 1F 29
Octal 210 107 200 0 60 6 57 463 37 51
Binary 10001000 1000111 10000000 0 110000 110 101111 100110011 11111 101001

Color Harmonies of #884780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884780

Black with #884780

Text Example


Text Example

White with #884780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884780; }

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

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

background-color css

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

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

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

border-color css

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

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

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