Shades of Cosmic #874D73
Tints of Cosmic #874D73
RGB
CMYK
RGB Variations
Color information
#874D73 (or 0x874D73) is known color: Cosmic. HEX triplet: 87, 4D and 73. RGB value is (135,77,115). Sum of RGB (Red+Green+Blue) = 135+77+115=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 135 - color contains mainly: red. Hex color #874D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D73 is #78B28C. Grayscale: #626262. Windows color (decimal): -7910029 or 7556487. OLE color: 7556487.
HSL color Cylindrical-coordinate representation of color #874D73: hue angle of 320.69º degrees, saturation: 0.27, 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 #874D73 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 77 | 115 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.47 |
| HSL | 320.69º | 0.27% | 0.42% | - |
| HSV(B) | 320.69º | 0.43% | 0.53% | - |
| XYZ | 15.74 | 11.7 | 17.65 | - |
| YUV | 98.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 115 | 0 | 0.43 | 0.15 | 0.47 | 320.69 | 0.27 | 0.42 |
| Hex | 87 | 4D | 73 | 0 | 2B | F | 2F | 141 | 1B | 2A |
| Octal | 207 | 115 | 163 | 0 | 53 | 17 | 57 | 501 | 33 | 52 |
| Binary | 10000111 | 1001101 | 1110011 | 0 | 101011 | 1111 | 101111 | 101000001 | 11011 | 101010 |
Color Harmonies of #874D73
Complementary color
Monochromatic Colors of #874D73
Black with #874D73
Text Example
Text Example
White with #874D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874D73; }
p { color: rgb(135,77,115); }
H1.HeaderClassName
{
color: #874D73;
}
.AnyTagClassName
{
color: #874D73;
}
</style>
background-color css
<style>
a { background-color: #874D73; }
a { background-color: rgb(135,77,115); }
div.DivClassName
{
background-color: #874D73;
}
.BgClassName
{
background-color: #874D73;
}
</style>
border-color css
<style>
span { border-color: #874D73; }
span { border-color: rgb(135,77,115); }
td.TdClassName
{
border-color: #874D73;
}
.TagClassName
{
border-color: #874D73;
}
</style>