Shades of Cosmic #844F6C
Tints of Cosmic #844F6C
RGB
CMYK
RGB Variations
Color information
#844F6C (or 0x844F6C) is known color: Cosmic. HEX triplet: 84, 4F and 6C. RGB value is (132,79,108). Sum of RGB (Red+Green+Blue) = 132+79+108=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 132 - color contains mainly: red. Hex color #844F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844F6C is #7BB093. Grayscale: #626262. Windows color (decimal): -8106132 or 7098244. OLE color: 7098244.
HSL color Cylindrical-coordinate representation of color #844F6C: hue angle of 327.17º 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 #844F6C is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 79 | 108 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.48 |
| HSL | 327.17º | 0.25% | 0.41% | - |
| HSV(B) | 327.17º | 0.4% | 0.52% | - |
| XYZ | 15.02 | 11.58 | 15.63 | - |
| YUV | 98.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 108 | 0 | 0.40 | 0.18 | 0.48 | 327.17 | 0.25 | 0.41 |
| Hex | 84 | 4F | 6C | 0 | 28 | 12 | 30 | 147 | 19 | 29 |
| Octal | 204 | 117 | 154 | 0 | 50 | 22 | 60 | 507 | 31 | 51 |
| Binary | 10000100 | 1001111 | 1101100 | 0 | 101000 | 10010 | 110000 | 101000111 | 11001 | 101001 |
Color Harmonies of #844F6C
Complementary color
Monochromatic Colors of #844F6C
Black with #844F6C
Text Example
Text Example
White with #844F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F6C; }
p { color: rgb(132,79,108); }
H1.HeaderClassName
{
color: #844F6C;
}
.AnyTagClassName
{
color: #844F6C;
}
</style>
background-color css
<style>
a { background-color: #844F6C; }
a { background-color: rgb(132,79,108); }
div.DivClassName
{
background-color: #844F6C;
}
.BgClassName
{
background-color: #844F6C;
}
</style>
border-color css
<style>
span { border-color: #844F6C; }
span { border-color: rgb(132,79,108); }
td.TdClassName
{
border-color: #844F6C;
}
.TagClassName
{
border-color: #844F6C;
}
</style>