Html Css Color HEX #884B76 Trendy Pink

📋 copy color: '#884B76'

red 136 ◦ green 75 ◦ blue 118

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

Shades of Trendy Pink #884B76

Tints of Trendy Pink #884B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.87%

R = 41.34%
G = 22.8%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#884B76 (or 0x884B76) is known color: Trendy Pink. HEX triplet: 88, 4B and 76. RGB value is (136,75,118). Sum of RGB (Red+Green+Blue) = 136+75+118=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #884B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B76 is #77B489. Grayscale: #626262. Windows color (decimal): -7845002 or 7752584. OLE color: 7752584.

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

Color convert

RGB 136 75 118 -
CMYK 0 0.45 0.13 0.47
HSL 317.7º 0.29% 0.41% -
HSV(B) 317.7º 0.45% 0.53% -
XYZ 15.94 11.57 18.53 -
YUV 98.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 136 75 118 0 0.45 0.13 0.47 317.7 0.29 0.41
Hex 88 4B 76 0 2D D 2F 13E 1D 29
Octal 210 113 166 0 55 15 57 476 35 51
Binary 10001000 1001011 1110110 0 101101 1101 101111 100111110 11101 101001

Color Harmonies of #884B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884B76

Black with #884B76

Text Example


Text Example

White with #884B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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