Html Css Color HEX #884C7B Trendy Pink

📋 copy color: '#884C7B'

red 136 ◦ green 76 ◦ blue 123

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

Shades of Trendy Pink #884C7B

Tints of Trendy Pink #884C7B

RGB

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

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

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

R = 40.6%
G = 22.69%
B = 36.72%

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

#884C7B (or 0x884C7B) is known color: Trendy Pink. HEX triplet: 88, 4C and 7B. RGB value is (136,76,123). Sum of RGB (Red+Green+Blue) = 136+76+123=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #884C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884C7B is #77B384. Grayscale: #636363. Windows color (decimal): -7844741 or 8080520. OLE color: 8080520.

HSL color Cylindrical-coordinate representation of color #884C7B: hue angle of 313º 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 #884C7B is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 76 123 -
CMYK 0 0.44 0.10 0.47
HSL 313º 0.28% 0.42% -
HSV(B) 313º 0.44% 0.53% -
XYZ 16.31 11.83 20.16 -
YUV 99.3 141.38 154.18 -
System Red Green Blue C M Y K H S L
Decimal 136 76 123 0 0.44 0.10 0.47 313 0.28 0.42
Hex 88 4C 7B 0 2C A 2F 139 1C 2A
Octal 210 114 173 0 54 12 57 471 34 52
Binary 10001000 1001100 1111011 0 101100 1010 101111 100111001 11100 101010

Color Harmonies of #884C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884C7B

Black with #884C7B

Text Example


Text Example

White with #884C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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