Shades of Cosmic #884D74
Tints of Cosmic #884D74
RGB
CMYK
RGB Variations
Color information
#884D74 (or 0x884D74) is known color: Cosmic. HEX triplet: 88, 4D and 74. RGB value is (136,77,116). Sum of RGB (Red+Green+Blue) = 136+77+116=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #884D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884D74 is #77B28B. Grayscale: #626262. Windows color (decimal): -7844492 or 7622024. OLE color: 7622024.
HSL color Cylindrical-coordinate representation of color #884D74: hue angle of 320.34º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #884D74 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 77 | 116 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.47 |
| HSL | 320.34º | 0.28% | 0.42% | - |
| HSV(B) | 320.34º | 0.43% | 0.53% | - |
| XYZ | 15.96 | 11.8 | 17.96 | - |
| YUV | 99.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 116 | 0 | 0.43 | 0.15 | 0.47 | 320.34 | 0.28 | 0.42 |
| Hex | 88 | 4D | 74 | 0 | 2B | F | 2F | 140 | 1C | 2A |
| Octal | 210 | 115 | 164 | 0 | 53 | 17 | 57 | 500 | 34 | 52 |
| Binary | 10001000 | 1001101 | 1110100 | 0 | 101011 | 1111 | 101111 | 101000000 | 11100 | 101010 |
Color Harmonies of #884D74
Complementary color
Monochromatic Colors of #884D74
Black with #884D74
Text Example
Text Example
White with #884D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884D74; }
p { color: rgb(136,77,116); }
H1.HeaderClassName
{
color: #884D74;
}
.AnyTagClassName
{
color: #884D74;
}
</style>
background-color css
<style>
a { background-color: #884D74; }
a { background-color: rgb(136,77,116); }
div.DivClassName
{
background-color: #884D74;
}
.BgClassName
{
background-color: #884D74;
}
</style>
border-color css
<style>
span { border-color: #884D74; }
span { border-color: rgb(136,77,116); }
td.TdClassName
{
border-color: #884D74;
}
.TagClassName
{
border-color: #884D74;
}
</style>