Html Css Color HEX #844377 Trendy Pink

📋 copy color: '#844377'

red 132 ◦ green 67 ◦ blue 119

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

Shades of Trendy Pink #844377

Tints of Trendy Pink #844377

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.07%

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

R = 41.51%
G = 21.07%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#844377 (or 0x844377) is known color: Trendy Pink. HEX triplet: 84, 43 and 77. RGB value is (132,67,119). Sum of RGB (Red+Green+Blue) = 132+67+119=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 132 - color contains mainly: red. Hex color #844377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844377 is #7BBC88. Grayscale: #5C5C5C. Windows color (decimal): -8109193 or 7816068. OLE color: 7816068.

HSL color Cylindrical-coordinate representation of color #844377: hue angle of 312º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #844377 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 67 119 -
CMYK 0 0.49 0.10 0.48
HSL 312º 0.33% 0.39% -
HSV(B) 312º 0.49% 0.52% -
XYZ 14.85 10.25 18.65 -
YUV 92.36 143.03 156.27 -
System Red Green Blue C M Y K H S L
Decimal 132 67 119 0 0.49 0.10 0.48 312 0.33 0.39
Hex 84 43 77 0 31 A 30 138 21 27
Octal 204 103 167 0 61 12 60 470 41 47
Binary 10000100 1000011 1110111 0 110001 1010 110000 100111000 100001 100111

Color Harmonies of #844377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844377

Black with #844377

Text Example


Text Example

White with #844377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844377; }

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

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

background-color css

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

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

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

border-color css

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

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

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