Html Css Color HEX #84477B Trendy Pink

📋 copy color: '#84477B'

red 132 ◦ green 71 ◦ blue 123

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

Shades of Trendy Pink #84477B

Tints of Trendy Pink #84477B

RGB

 RED value IS 132 (51.95% from 255) = 40.49%

 GREEN value IS 71 (28.13% from 255) = 21.78%

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

R = 40.49%
G = 21.78%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#84477B (or 0x84477B) is known color: Trendy Pink. HEX triplet: 84, 47 and 7B. RGB value is (132,71,123). Sum of RGB (Red+Green+Blue) = 132+71+123=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #84477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84477B is #7BB884. Grayscale: #5F5F5F. Windows color (decimal): -8108165 or 8079236. OLE color: 8079236.

HSL color Cylindrical-coordinate representation of color #84477B: hue angle of 308.85º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84477B is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 71 123 -
CMYK 0 0.46 0.07 0.48
HSL 308.85º 0.3% 0.4% -
HSV(B) 308.85º 0.46% 0.52% -
XYZ 15.34 10.84 20.02 -
YUV 95.17 143.71 154.27 -
System Red Green Blue C M Y K H S L
Decimal 132 71 123 0 0.46 0.07 0.48 308.85 0.3 0.4
Hex 84 47 7B 0 2E 7 30 135 1E 28
Octal 204 107 173 0 56 7 60 465 36 50
Binary 10000100 1000111 1111011 0 101110 111 110000 100110101 11110 101000

Color Harmonies of #84477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84477B

Black with #84477B

Text Example


Text Example

White with #84477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84477B; }

 p { color: rgb(132,71,123); }

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

background-color css

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

 a { background-color: rgb(132,71,123); }

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

border-color css

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

 span { border-color: rgb(132,71,123); }

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