Shades of Cosmic #884A73
Tints of Cosmic #884A73
RGB
CMYK
RGB Variations
Color information
#884A73 (or 0x884A73) is known color: Cosmic. HEX triplet: 88, 4A and 73. RGB value is (136,74,115). Sum of RGB (Red+Green+Blue) = 136+74+115=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #884A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A73 is #77B58C. Grayscale: #616161. Windows color (decimal): -7845261 or 7555720. OLE color: 7555720.
HSL color Cylindrical-coordinate representation of color #884A73: hue angle of 320.32º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884A73 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 115 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.47 |
| HSL | 320.32º | 0.3% | 0.41% | - |
| HSV(B) | 320.32º | 0.46% | 0.53% | - |
| XYZ | 15.7 | 11.37 | 17.59 | - |
| YUV | 97.21 | 138.04 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 115 | 0 | 0.46 | 0.15 | 0.47 | 320.32 | 0.3 | 0.41 |
| Hex | 88 | 4A | 73 | 0 | 2E | F | 2F | 140 | 1E | 29 |
| Octal | 210 | 112 | 163 | 0 | 56 | 17 | 57 | 500 | 36 | 51 |
| Binary | 10001000 | 1001010 | 1110011 | 0 | 101110 | 1111 | 101111 | 101000000 | 11110 | 101001 |
Color Harmonies of #884A73
Complementary color
Monochromatic Colors of #884A73
Black with #884A73
Text Example
Text Example
White with #884A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A73; }
p { color: rgb(136,74,115); }
H1.HeaderClassName
{
color: #884A73;
}
.AnyTagClassName
{
color: #884A73;
}
</style>
background-color css
<style>
a { background-color: #884A73; }
a { background-color: rgb(136,74,115); }
div.DivClassName
{
background-color: #884A73;
}
.BgClassName
{
background-color: #884A73;
}
</style>
border-color css
<style>
span { border-color: #884A73; }
span { border-color: rgb(136,74,115); }
td.TdClassName
{
border-color: #884A73;
}
.TagClassName
{
border-color: #884A73;
}
</style>