Html Css Color HEX #884B7A Trendy Pink

📋 copy color: '#884B7A'

red 136 ◦ green 75 ◦ blue 122

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

Shades of Trendy Pink #884B7A

Tints of Trendy Pink #884B7A

RGB

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

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

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

R = 40.84%
G = 22.52%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#884B7A (or 0x884B7A) is known color: Trendy Pink. HEX triplet: 88, 4B and 7A. RGB value is (136,75,122). Sum of RGB (Red+Green+Blue) = 136+75+122=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #884B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B7A is #77B485. Grayscale: #626262. Windows color (decimal): -7844998 or 8014728. OLE color: 8014728.

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

Color convert

RGB 136 75 122 -
CMYK 0 0.45 0.10 0.47
HSL 313.77º 0.29% 0.41% -
HSV(B) 313.77º 0.45% 0.53% -
XYZ 16.18 11.67 19.81 -
YUV 98.6 141.21 154.68 -
System Red Green Blue C M Y K H S L
Decimal 136 75 122 0 0.45 0.10 0.47 313.77 0.29 0.41
Hex 88 4B 7A 0 2D A 2F 13A 1D 29
Octal 210 113 172 0 55 12 57 472 35 51
Binary 10001000 1001011 1111010 0 101101 1010 101111 100111010 11101 101001

Color Harmonies of #884B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884B7A

Black with #884B7A

Text Example


Text Example

White with #884B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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