Shades of Cosmic #874D6D
Tints of Cosmic #874D6D
RGB
CMYK
RGB Variations
Color information
#874D6D (or 0x874D6D) is known color: Cosmic. HEX triplet: 87, 4D and 6D. RGB value is (135,77,109). Sum of RGB (Red+Green+Blue) = 135+77+109=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #874D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D6D is #78B292. Grayscale: #616161. Windows color (decimal): -7910035 or 7163271. OLE color: 7163271.
HSL color Cylindrical-coordinate representation of color #874D6D: hue angle of 326.9º 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 #874D6D is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 77 | 109 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.47 |
| HSL | 326.9º | 0.27% | 0.42% | - |
| HSV(B) | 326.9º | 0.43% | 0.53% | - |
| XYZ | 15.41 | 11.56 | 15.89 | - |
| YUV | 97.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 109 | 0 | 0.43 | 0.19 | 0.47 | 326.9 | 0.27 | 0.42 |
| Hex | 87 | 4D | 6D | 0 | 2B | 13 | 2F | 147 | 1B | 2A |
| Octal | 207 | 115 | 155 | 0 | 53 | 23 | 57 | 507 | 33 | 52 |
| Binary | 10000111 | 1001101 | 1101101 | 0 | 101011 | 10011 | 101111 | 101000111 | 11011 | 101010 |
Color Harmonies of #874D6D
Complementary color
Monochromatic Colors of #874D6D
Black with #874D6D
Text Example
Text Example
White with #874D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874D6D; }
p { color: rgb(135,77,109); }
H1.HeaderClassName
{
color: #874D6D;
}
.AnyTagClassName
{
color: #874D6D;
}
</style>
background-color css
<style>
a { background-color: #874D6D; }
a { background-color: rgb(135,77,109); }
div.DivClassName
{
background-color: #874D6D;
}
.BgClassName
{
background-color: #874D6D;
}
</style>
border-color css
<style>
span { border-color: #874D6D; }
span { border-color: rgb(135,77,109); }
td.TdClassName
{
border-color: #874D6D;
}
.TagClassName
{
border-color: #874D6D;
}
</style>