Html Css Color HEX #884D7B Trendy Pink

📋 copy color: '#884D7B'

red 136 ◦ green 77 ◦ blue 123

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

Shades of Trendy Pink #884D7B

Tints of Trendy Pink #884D7B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.92%

 BLUE value IS 123 (48.44% from 255) = 36.61%

R = 40.48%
G = 22.92%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#884D7B (or 0x884D7B) is known color: Trendy Pink. HEX triplet: 88, 4D and 7B. RGB value is (136,77,123). Sum of RGB (Red+Green+Blue) = 136+77+123=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #884D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884D7B is #77B284. Grayscale: #636363. Windows color (decimal): -7844485 or 8080776. OLE color: 8080776.

HSL color Cylindrical-coordinate representation of color #884D7B: hue angle of 313.22º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #884D7B is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 77 123 -
CMYK 0 0.43 0.10 0.47
HSL 313.22º 0.28% 0.42% -
HSV(B) 313.22º 0.43% 0.53% -
XYZ 16.38 11.97 20.19 -
YUV 99.89 141.05 153.76 -
System Red Green Blue C M Y K H S L
Decimal 136 77 123 0 0.43 0.10 0.47 313.22 0.28 0.42
Hex 88 4D 7B 0 2B A 2F 139 1C 2A
Octal 210 115 173 0 53 12 57 471 34 52
Binary 10001000 1001101 1111011 0 101011 1010 101111 100111001 11100 101010

Color Harmonies of #884D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884D7B

Black with #884D7B

Text Example


Text Example

White with #884D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,77,123); }

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

background-color css

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

 a { background-color: rgb(136,77,123); }

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

border-color css

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

 span { border-color: rgb(136,77,123); }

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