Html Css Color HEX #884B77 Trendy Pink

📋 copy color: '#884B77'

red 136 ◦ green 75 ◦ blue 119

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

Shades of Trendy Pink #884B77

Tints of Trendy Pink #884B77

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.73%

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

R = 41.21%
G = 22.73%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#884B77 (or 0x884B77) is known color: Trendy Pink. HEX triplet: 88, 4B and 77. RGB value is (136,75,119). Sum of RGB (Red+Green+Blue) = 136+75+119=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #884B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B77 is #77B488. Grayscale: #626262. Windows color (decimal): -7845001 or 7818120. OLE color: 7818120.

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

Color convert

RGB 136 75 119 -
CMYK 0 0.45 0.12 0.47
HSL 316.72º 0.29% 0.41% -
HSV(B) 316.72º 0.45% 0.53% -
XYZ 16 11.6 18.85 -
YUV 98.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 136 75 119 0 0.45 0.12 0.47 316.72 0.29 0.41
Hex 88 4B 77 0 2D C 2F 13D 1D 29
Octal 210 113 167 0 55 14 57 475 35 51
Binary 10001000 1001011 1110111 0 101101 1100 101111 100111101 11101 101001

Color Harmonies of #884B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884B77

Black with #884B77

Text Example


Text Example

White with #884B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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