Shades of Cosmic #894F74
Tints of Cosmic #894F74
RGB
CMYK
RGB Variations
Color information
#894F74 (or 0x894F74) is known color: Cosmic. HEX triplet: 89, 4F and 74. RGB value is (137,79,116). Sum of RGB (Red+Green+Blue) = 137+79+116=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #894F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894F74 is #76B08B. Grayscale: #646464. Windows color (decimal): -7778444 or 7622537. OLE color: 7622537.
HSL color Cylindrical-coordinate representation of color #894F74: hue angle of 321.72º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #894F74 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 79 | 116 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.46 |
| HSL | 321.72º | 0.27% | 0.42% | - |
| HSV(B) | 321.72º | 0.42% | 0.54% | - |
| XYZ | 16.26 | 12.17 | 18.02 | - |
| YUV | 100.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 79 | 116 | 0 | 0.42 | 0.15 | 0.46 | 321.72 | 0.27 | 0.42 |
| Hex | 89 | 4F | 74 | 0 | 2A | F | 2E | 142 | 1B | 2A |
| Octal | 211 | 117 | 164 | 0 | 52 | 17 | 56 | 502 | 33 | 52 |
| Binary | 10001001 | 1001111 | 1110100 | 0 | 101010 | 1111 | 101110 | 101000010 | 11011 | 101010 |
Color Harmonies of #894F74
Complementary color
Monochromatic Colors of #894F74
Black with #894F74
Text Example
Text Example
White with #894F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894F74; }
p { color: rgb(137,79,116); }
H1.HeaderClassName
{
color: #894F74;
}
.AnyTagClassName
{
color: #894F74;
}
</style>
background-color css
<style>
a { background-color: #894F74; }
a { background-color: rgb(137,79,116); }
div.DivClassName
{
background-color: #894F74;
}
.BgClassName
{
background-color: #894F74;
}
</style>
border-color css
<style>
span { border-color: #894F74; }
span { border-color: rgb(137,79,116); }
td.TdClassName
{
border-color: #894F74;
}
.TagClassName
{
border-color: #894F74;
}
</style>