Html Css Color HEX #884A7B Trendy Pink

📋 copy color: '#884A7B'

red 136 ◦ green 74 ◦ blue 123

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

Shades of Trendy Pink #884A7B

Tints of Trendy Pink #884A7B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.22%

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

R = 40.84%
G = 22.22%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#884A7B (or 0x884A7B) is known color: Trendy Pink. HEX triplet: 88, 4A and 7B. RGB value is (136,74,123). Sum of RGB (Red+Green+Blue) = 136+74+123=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #884A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A7B is #77B584. Grayscale: #616161. Windows color (decimal): -7845253 or 8080008. OLE color: 8080008.

HSL color Cylindrical-coordinate representation of color #884A7B: hue angle of 312.58º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884A7B is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 74 123 -
CMYK 0 0.46 0.10 0.47
HSL 312.58º 0.3% 0.41% -
HSV(B) 312.58º 0.46% 0.53% -
XYZ 16.18 11.56 20.12 -
YUV 98.12 142.04 155.02 -
System Red Green Blue C M Y K H S L
Decimal 136 74 123 0 0.46 0.10 0.47 312.58 0.3 0.41
Hex 88 4A 7B 0 2E A 2F 139 1E 29
Octal 210 112 173 0 56 12 57 471 36 51
Binary 10001000 1001010 1111011 0 101110 1010 101111 100111001 11110 101001

Color Harmonies of #884A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884A7B

Black with #884A7B

Text Example


Text Example

White with #884A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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