Shades of Cosmic #844E69
Tints of Cosmic #844E69
RGB
CMYK
RGB Variations
Color information
#844E69 (or 0x844E69) is known color: Cosmic. HEX triplet: 84, 4E and 69. RGB value is (132,78,105). Sum of RGB (Red+Green+Blue) = 132+78+105=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #844E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844E69 is #7BB196. Grayscale: #616161. Windows color (decimal): -8106391 or 6901380. OLE color: 6901380.
HSL color Cylindrical-coordinate representation of color #844E69: hue angle of 330º 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 #844E69 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 78 | 105 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.48 |
| HSL | 330º | 0.26% | 0.41% | - |
| HSV(B) | 330º | 0.41% | 0.52% | - |
| XYZ | 14.79 | 11.37 | 14.78 | - |
| YUV | 97.22 | 132.39 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 105 | 0 | 0.41 | 0.20 | 0.48 | 330 | 0.26 | 0.41 |
| Hex | 84 | 4E | 69 | 0 | 29 | 14 | 30 | 14A | 1A | 29 |
| Octal | 204 | 116 | 151 | 0 | 51 | 24 | 60 | 512 | 32 | 51 |
| Binary | 10000100 | 1001110 | 1101001 | 0 | 101001 | 10100 | 110000 | 101001010 | 11010 | 101001 |
Color Harmonies of #844E69
Complementary color
Monochromatic Colors of #844E69
Black with #844E69
Text Example
Text Example
White with #844E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844E69; }
p { color: rgb(132,78,105); }
H1.HeaderClassName
{
color: #844E69;
}
.AnyTagClassName
{
color: #844E69;
}
</style>
background-color css
<style>
a { background-color: #844E69; }
a { background-color: rgb(132,78,105); }
div.DivClassName
{
background-color: #844E69;
}
.BgClassName
{
background-color: #844E69;
}
</style>
border-color css
<style>
span { border-color: #844E69; }
span { border-color: rgb(132,78,105); }
td.TdClassName
{
border-color: #844E69;
}
.TagClassName
{
border-color: #844E69;
}
</style>