Shades of Cosmic #844F6F
Tints of Cosmic #844F6F
RGB
CMYK
RGB Variations
Color information
#844F6F (or 0x844F6F) is known color: Cosmic. HEX triplet: 84, 4F and 6F. RGB value is (132,79,111). Sum of RGB (Red+Green+Blue) = 132+79+111=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #844F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844F6F is #7BB090. Grayscale: #626262. Windows color (decimal): -8106129 or 7294852. OLE color: 7294852.
HSL color Cylindrical-coordinate representation of color #844F6F: hue angle of 323.77º 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 #844F6F is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 79 | 111 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.48 |
| HSL | 323.77º | 0.25% | 0.41% | - |
| HSV(B) | 323.77º | 0.4% | 0.52% | - |
| XYZ | 15.18 | 11.65 | 16.49 | - |
| YUV | 98.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 111 | 0 | 0.40 | 0.16 | 0.48 | 323.77 | 0.25 | 0.41 |
| Hex | 84 | 4F | 6F | 0 | 28 | 10 | 30 | 144 | 19 | 29 |
| Octal | 204 | 117 | 157 | 0 | 50 | 20 | 60 | 504 | 31 | 51 |
| Binary | 10000100 | 1001111 | 1101111 | 0 | 101000 | 10000 | 110000 | 101000100 | 11001 | 101001 |
Color Harmonies of #844F6F
Complementary color
Monochromatic Colors of #844F6F
Black with #844F6F
Text Example
Text Example
White with #844F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F6F; }
p { color: rgb(132,79,111); }
H1.HeaderClassName
{
color: #844F6F;
}
.AnyTagClassName
{
color: #844F6F;
}
</style>
background-color css
<style>
a { background-color: #844F6F; }
a { background-color: rgb(132,79,111); }
div.DivClassName
{
background-color: #844F6F;
}
.BgClassName
{
background-color: #844F6F;
}
</style>
border-color css
<style>
span { border-color: #844F6F; }
span { border-color: rgb(132,79,111); }
td.TdClassName
{
border-color: #844F6F;
}
.TagClassName
{
border-color: #844F6F;
}
</style>