Shades of Cosmic #874F73
Tints of Cosmic #874F73
RGB
CMYK
RGB Variations
Color information
#874F73 (or 0x874F73) is known color: Cosmic. HEX triplet: 87, 4F and 73. RGB value is (135,79,115). Sum of RGB (Red+Green+Blue) = 135+79+115=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 135 - color contains mainly: red. Hex color #874F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874F73 is #78B08C. Grayscale: #636363. Windows color (decimal): -7909517 or 7556999. OLE color: 7556999.
HSL color Cylindrical-coordinate representation of color #874F73: hue angle of 321.43º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #874F73 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 79 | 115 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.47 |
| HSL | 321.43º | 0.26% | 0.42% | - |
| HSV(B) | 321.43º | 0.41% | 0.53% | - |
| XYZ | 15.88 | 11.98 | 17.7 | - |
| YUV | 99.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 79 | 115 | 0 | 0.41 | 0.15 | 0.47 | 321.43 | 0.26 | 0.42 |
| Hex | 87 | 4F | 73 | 0 | 29 | F | 2F | 141 | 1A | 2A |
| Octal | 207 | 117 | 163 | 0 | 51 | 17 | 57 | 501 | 32 | 52 |
| Binary | 10000111 | 1001111 | 1110011 | 0 | 101001 | 1111 | 101111 | 101000001 | 11010 | 101010 |
Color Harmonies of #874F73
Complementary color
Monochromatic Colors of #874F73
Black with #874F73
Text Example
Text Example
White with #874F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874F73; }
p { color: rgb(135,79,115); }
H1.HeaderClassName
{
color: #874F73;
}
.AnyTagClassName
{
color: #874F73;
}
</style>
background-color css
<style>
a { background-color: #874F73; }
a { background-color: rgb(135,79,115); }
div.DivClassName
{
background-color: #874F73;
}
.BgClassName
{
background-color: #874F73;
}
</style>
border-color css
<style>
span { border-color: #874F73; }
span { border-color: rgb(135,79,115); }
td.TdClassName
{
border-color: #874F73;
}
.TagClassName
{
border-color: #874F73;
}
</style>