Shades of Cosmic #844F70
Tints of Cosmic #844F70
RGB
CMYK
RGB Variations
Color information
#844F70 (or 0x844F70) is known color: Cosmic. HEX triplet: 84, 4F and 70. RGB value is (132,79,112). Sum of RGB (Red+Green+Blue) = 132+79+112=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #844F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844F70 is #7BB08F. Grayscale: #626262. Windows color (decimal): -8106128 or 7360388. OLE color: 7360388.
HSL color Cylindrical-coordinate representation of color #844F70: hue angle of 322.64º 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 #844F70 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 79 | 112 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.48 |
| HSL | 322.64º | 0.25% | 0.41% | - |
| HSV(B) | 322.64º | 0.4% | 0.52% | - |
| XYZ | 15.24 | 11.67 | 16.78 | - |
| YUV | 98.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 112 | 0 | 0.40 | 0.15 | 0.48 | 322.64 | 0.25 | 0.41 |
| Hex | 84 | 4F | 70 | 0 | 28 | F | 30 | 143 | 19 | 29 |
| Octal | 204 | 117 | 160 | 0 | 50 | 17 | 60 | 503 | 31 | 51 |
| Binary | 10000100 | 1001111 | 1110000 | 0 | 101000 | 1111 | 110000 | 101000011 | 11001 | 101001 |
Color Harmonies of #844F70
Complementary color
Monochromatic Colors of #844F70
Black with #844F70
Text Example
Text Example
White with #844F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F70; }
p { color: rgb(132,79,112); }
H1.HeaderClassName
{
color: #844F70;
}
.AnyTagClassName
{
color: #844F70;
}
</style>
background-color css
<style>
a { background-color: #844F70; }
a { background-color: rgb(132,79,112); }
div.DivClassName
{
background-color: #844F70;
}
.BgClassName
{
background-color: #844F70;
}
</style>
border-color css
<style>
span { border-color: #844F70; }
span { border-color: rgb(132,79,112); }
td.TdClassName
{
border-color: #844F70;
}
.TagClassName
{
border-color: #844F70;
}
</style>