Shades of Cosmic #874E6E
Tints of Cosmic #874E6E
RGB
CMYK
RGB Variations
Color information
#874E6E (or 0x874E6E) is known color: Cosmic. HEX triplet: 87, 4E and 6E. RGB value is (135,78,110). Sum of RGB (Red+Green+Blue) = 135+78+110=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #874E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E6E is #78B191. Grayscale: #626262. Windows color (decimal): -7909778 or 7229063. OLE color: 7229063.
HSL color Cylindrical-coordinate representation of color #874E6E: hue angle of 326.32º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #874E6E is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 78 | 110 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.47 |
| HSL | 326.32º | 0.27% | 0.42% | - |
| HSV(B) | 326.32º | 0.42% | 0.53% | - |
| XYZ | 15.53 | 11.73 | 16.2 | - |
| YUV | 98.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 78 | 110 | 0 | 0.42 | 0.19 | 0.47 | 326.32 | 0.27 | 0.42 |
| Hex | 87 | 4E | 6E | 0 | 2A | 13 | 2F | 146 | 1B | 2A |
| Octal | 207 | 116 | 156 | 0 | 52 | 23 | 57 | 506 | 33 | 52 |
| Binary | 10000111 | 1001110 | 1101110 | 0 | 101010 | 10011 | 101111 | 101000110 | 11011 | 101010 |
Color Harmonies of #874E6E
Complementary color
Monochromatic Colors of #874E6E
Black with #874E6E
Text Example
Text Example
White with #874E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874E6E; }
p { color: rgb(135,78,110); }
H1.HeaderClassName
{
color: #874E6E;
}
.AnyTagClassName
{
color: #874E6E;
}
</style>
background-color css
<style>
a { background-color: #874E6E; }
a { background-color: rgb(135,78,110); }
div.DivClassName
{
background-color: #874E6E;
}
.BgClassName
{
background-color: #874E6E;
}
</style>
border-color css
<style>
span { border-color: #874E6E; }
span { border-color: rgb(135,78,110); }
td.TdClassName
{
border-color: #874E6E;
}
.TagClassName
{
border-color: #874E6E;
}
</style>