Html Css Color HEX #884B7B Trendy Pink

📋 copy color: '#884B7B'

red 136 ◦ green 75 ◦ blue 123

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

Shades of Trendy Pink #884B7B

Tints of Trendy Pink #884B7B

RGB

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

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

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

R = 40.72%
G = 22.46%
B = 36.83%

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

#884B7B (or 0x884B7B) is known color: Trendy Pink. HEX triplet: 88, 4B and 7B. RGB value is (136,75,123). Sum of RGB (Red+Green+Blue) = 136+75+123=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #884B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B7B is #77B484. Grayscale: #626262. Windows color (decimal): -7844997 or 8080264. OLE color: 8080264.

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

Color convert

RGB 136 75 123 -
CMYK 0 0.45 0.10 0.47
HSL 312.79º 0.29% 0.41% -
HSV(B) 312.79º 0.45% 0.53% -
XYZ 16.24 11.7 20.14 -
YUV 98.71 141.71 154.6 -
System Red Green Blue C M Y K H S L
Decimal 136 75 123 0 0.45 0.10 0.47 312.79 0.29 0.41
Hex 88 4B 7B 0 2D A 2F 139 1D 29
Octal 210 113 173 0 55 12 57 471 35 51
Binary 10001000 1001011 1111011 0 101101 1010 101111 100111001 11101 101001

Color Harmonies of #884B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884B7B

Black with #884B7B

Text Example


Text Example

White with #884B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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