Shades of Cosmic #844F72
Tints of Cosmic #844F72
RGB
CMYK
RGB Variations
Color information
#844F72 (or 0x844F72) is known color: Cosmic. HEX triplet: 84, 4F and 72. RGB value is (132,79,114). Sum of RGB (Red+Green+Blue) = 132+79+114=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #844F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844F72 is #7BB08D. Grayscale: #626262. Windows color (decimal): -8106126 or 7491460. OLE color: 7491460.
HSL color Cylindrical-coordinate representation of color #844F72: hue angle of 320.38º 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 #844F72 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 79 | 114 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.48 |
| HSL | 320.38º | 0.25% | 0.41% | - |
| HSV(B) | 320.38º | 0.4% | 0.52% | - |
| XYZ | 15.35 | 11.71 | 17.37 | - |
| YUV | 98.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 114 | 0 | 0.40 | 0.14 | 0.48 | 320.38 | 0.25 | 0.41 |
| Hex | 84 | 4F | 72 | 0 | 28 | E | 30 | 140 | 19 | 29 |
| Octal | 204 | 117 | 162 | 0 | 50 | 16 | 60 | 500 | 31 | 51 |
| Binary | 10000100 | 1001111 | 1110010 | 0 | 101000 | 1110 | 110000 | 101000000 | 11001 | 101001 |
Color Harmonies of #844F72
Complementary color
Monochromatic Colors of #844F72
Black with #844F72
Text Example
Text Example
White with #844F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F72; }
p { color: rgb(132,79,114); }
H1.HeaderClassName
{
color: #844F72;
}
.AnyTagClassName
{
color: #844F72;
}
</style>
background-color css
<style>
a { background-color: #844F72; }
a { background-color: rgb(132,79,114); }
div.DivClassName
{
background-color: #844F72;
}
.BgClassName
{
background-color: #844F72;
}
</style>
border-color css
<style>
span { border-color: #844F72; }
span { border-color: rgb(132,79,114); }
td.TdClassName
{
border-color: #844F72;
}
.TagClassName
{
border-color: #844F72;
}
</style>