Html Css Color HEX #884676 Trendy Pink

📋 copy color: '#884676'

red 136 ◦ green 70 ◦ blue 118

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

Shades of Trendy Pink #884676

Tints of Trendy Pink #884676

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.6%

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

R = 41.98%
G = 21.6%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#884676 (or 0x884676) is known color: Trendy Pink. HEX triplet: 88, 46 and 76. RGB value is (136,70,118). Sum of RGB (Red+Green+Blue) = 136+70+118=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 136 - color contains mainly: red. Hex color #884676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884676 is #77B989. Grayscale: #5F5F5F. Windows color (decimal): -7846282 or 7751304. OLE color: 7751304.

HSL color Cylindrical-coordinate representation of color #884676: hue angle of 316.36º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #884676 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 70 118 -
CMYK 0 0.49 0.13 0.47
HSL 316.36º 0.32% 0.4% -
HSV(B) 316.36º 0.49% 0.53% -
XYZ 15.61 10.92 18.42 -
YUV 95.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 136 70 118 0 0.49 0.13 0.47 316.36 0.32 0.4
Hex 88 46 76 0 31 D 2F 13C 20 28
Octal 210 106 166 0 61 15 57 474 40 50
Binary 10001000 1000110 1110110 0 110001 1101 101111 100111100 100000 101000

Color Harmonies of #884676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884676

Black with #884676

Text Example


Text Example

White with #884676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884676; }

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

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

background-color css

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

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

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

border-color css

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

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

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