#844E72

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

Shades of Cosmic #844E72

Tints of Cosmic #844E72

Color information

#844E72 (or 0x844E72) is unknown color: approx Cosmic. HEX triplet: 84, 4E and 72. RGB value is (132,78,114). Sum of RGB (Red+Green+Blue) = 132+78+114=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #844E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844E72 is #7BB18D. Grayscale: #626262. Windows color (decimal): -8106382 or 7491204. OLE color: 7491204.

HSL color Cylindrical-coordinate representation of color #844E72: hue angle of 320º 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 #844E72 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB13278114-
CMYK00.410.140.48
HSL320º25.71%41.18%-
HSV(B)320º40.91%51.76%-
XYZ15.2811.5717.35-
YUV98.25136.89152.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.74%
GREEN value IS 78 (30.86% from 255) = 24.07%
BLUE value IS 114 (44.92% from 255) = 35.19%
R=40.74%
G=24.07%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327811400.410.140.4832025.7141.18
Hex844E72029E301401a29
Octal20411616205116605003251
Binary10000100100111011100100101001111011000010100000011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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