#844E7E

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

Shades of Trendy Pink #844E7E

Tints of Trendy Pink #844E7E

Color information

#844E7E (or 0x844E7E) is unknown color: approx Trendy Pink. HEX triplet: 84, 4E and 7E. RGB value is (132,78,126). Sum of RGB (Red+Green+Blue) = 132+78+126=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 132 - color contains mainly: red. Hex color #844E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844E7E is #7BB181. Grayscale: #636363. Windows color (decimal): -8106370 or 8277636. OLE color: 8277636.

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

Color convert

RGB13278126-
CMYK00.410.050.48
HSL306.67º25.71%41.18%-
HSV(B)306.67º40.91%51.76%-
XYZ16.0111.8621.18-
YUV99.62142.89151.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 78 (30.86% from 255) = 23.21%
BLUE value IS 126 (49.61% from 255) = 37.5%
R=39.29%
G=23.21%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327812600.410.050.48306.6725.7141.18
Hex844E7E0295301331a29
Octal2041161760515604633251
Binary1000010010011101111110010100110111000010011001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,78,126); }

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

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

 a { background-color: rgb(132,78,126); }

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

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

 span { border-color: rgb(132,78,126); }

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