Html Css Color HEX #884C7A Trendy Pink

📋 copy color: '#884C7A'

red 136 ◦ green 76 ◦ blue 122

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

Shades of Trendy Pink #884C7A

Tints of Trendy Pink #884C7A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.75%

 BLUE value IS 122 (48.05% from 255) = 36.53%

R = 40.72%
G = 22.75%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#884C7A (or 0x884C7A) is known color: Trendy Pink. HEX triplet: 88, 4C and 7A. RGB value is (136,76,122). Sum of RGB (Red+Green+Blue) = 136+76+122=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #884C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884C7A is #77B385. Grayscale: #636363. Windows color (decimal): -7844742 or 8014984. OLE color: 8014984.

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

Color convert

RGB 136 76 122 -
CMYK 0 0.44 0.10 0.47
HSL 314º 0.28% 0.42% -
HSV(B) 314º 0.44% 0.53% -
XYZ 16.25 11.81 19.84 -
YUV 99.18 140.88 154.26 -
System Red Green Blue C M Y K H S L
Decimal 136 76 122 0 0.44 0.10 0.47 314 0.28 0.42
Hex 88 4C 7A 0 2C A 2F 13A 1C 2A
Octal 210 114 172 0 54 12 57 472 34 52
Binary 10001000 1001100 1111010 0 101100 1010 101111 100111010 11100 101010

Color Harmonies of #884C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884C7A

Black with #884C7A

Text Example


Text Example

White with #884C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,76,122); }

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

background-color css

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

 a { background-color: rgb(136,76,122); }

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

border-color css

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

 span { border-color: rgb(136,76,122); }

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