#844D77

Color #844D77 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #844D77

Tints of Trendy Pink #844D77

Color information

#844D77 (or 0x844D77) is unknown color: approx Trendy Pink. HEX triplet: 84, 4D and 77. RGB value is (132,77,119). Sum of RGB (Red+Green+Blue) = 132+77+119=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #844D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844D77 is #7BB288. Grayscale: #626262. Windows color (decimal): -8106633 or 7818628. OLE color: 7818628.

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

Color convert

RGB13277119-
CMYK00.420.100.48
HSL314.18º26.32%40.98%-
HSV(B)314.18º41.67%51.76%-
XYZ15.511.5518.86-
YUV98.23139.72152.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.24%
GREEN value IS 77 (30.47% from 255) = 23.48%
BLUE value IS 119 (46.88% from 255) = 36.28%
R=40.24%
G=23.48%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327711900.420.100.48314.1826.3240.98
Hex844D7702AA3013a1a29
Octal20411516705212604723251
Binary10000100100110111101110101010101011000010011101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #844D77;
 }
 .AnyTagClassName
 {
   color: #844D77;
 }
</style>
background-color css

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

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

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

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

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

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