Html Css Color HEX #884977 Trendy Pink

📋 copy color: '#884977'

red 136 ◦ green 73 ◦ blue 119

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

Shades of Trendy Pink #884977

Tints of Trendy Pink #884977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.28%

R = 41.46%
G = 22.26%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#884977 (or 0x884977) is known color: Trendy Pink. HEX triplet: 88, 49 and 77. RGB value is (136,73,119). Sum of RGB (Red+Green+Blue) = 136+73+119=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #884977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884977 is #77B688. Grayscale: #606060. Windows color (decimal): -7845513 or 7817608. OLE color: 7817608.

HSL color Cylindrical-coordinate representation of color #884977: 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.46%. Process color model (Four color, CMYK) of #884977 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 73 119 -
CMYK 0 0.46 0.12 0.47
HSL 316.19º 0.3% 0.41% -
HSV(B) 316.19º 0.46% 0.53% -
XYZ 15.87 11.33 18.8 -
YUV 97.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 136 73 119 0 0.46 0.12 0.47 316.19 0.3 0.41
Hex 88 49 77 0 2E C 2F 13C 1E 29
Octal 210 111 167 0 56 14 57 474 36 51
Binary 10001000 1001001 1110111 0 101110 1100 101111 100111100 11110 101001

Color Harmonies of #884977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884977

Black with #884977

Text Example


Text Example

White with #884977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884977; }

 p { color: rgb(136,73,119); }

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

background-color css

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

 a { background-color: rgb(136,73,119); }

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

border-color css

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

 span { border-color: rgb(136,73,119); }

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