Html Css Color HEX #844F77 Trendy Pink

📋 copy color: '#844F77'

red 132 ◦ green 79 ◦ blue 119

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

Shades of Trendy Pink #844F77

Tints of Trendy Pink #844F77

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.94%

 BLUE value IS 119 (46.88% from 255) = 36.06%

R = 40%
G = 23.94%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#844F77 (or 0x844F77) is known color: Trendy Pink. HEX triplet: 84, 4F and 77. RGB value is (132,79,119). Sum of RGB (Red+Green+Blue) = 132+79+119=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 132 - color contains mainly: red. Hex color #844F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844F77 is #7BB088. Grayscale: #636363. Windows color (decimal): -8106121 or 7819140. OLE color: 7819140.

HSL color Cylindrical-coordinate representation of color #844F77: hue angle of 314.72º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #844F77 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 79 119 -
CMYK 0 0.40 0.10 0.48
HSL 314.72º 0.25% 0.41% -
HSV(B) 314.72º 0.4% 0.52% -
XYZ 15.64 11.83 18.91 -
YUV 99.41 139.06 151.25 -
System Red Green Blue C M Y K H S L
Decimal 132 79 119 0 0.40 0.10 0.48 314.72 0.25 0.41
Hex 84 4F 77 0 28 A 30 13B 19 29
Octal 204 117 167 0 50 12 60 473 31 51
Binary 10000100 1001111 1110111 0 101000 1010 110000 100111011 11001 101001

Color Harmonies of #844F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844F77

Black with #844F77

Text Example


Text Example

White with #844F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844F77; }

 p { color: rgb(132,79,119); }

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

background-color css

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

 a { background-color: rgb(132,79,119); }

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

border-color css

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

 span { border-color: rgb(132,79,119); }

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