Shades of Cosmic #874F74
Tints of Cosmic #874F74
RGB
CMYK
RGB Variations
Color information
#874F74 (or 0x874F74) is known color: Cosmic. HEX triplet: 87, 4F and 74. RGB value is (135,79,116). Sum of RGB (Red+Green+Blue) = 135+79+116=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #874F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874F74 is #78B08B. Grayscale: #636363. Windows color (decimal): -7909516 or 7622535. OLE color: 7622535.
HSL color Cylindrical-coordinate representation of color #874F74: hue angle of 320.36º 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 #874F74 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 79 | 116 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.47 |
| HSL | 320.36º | 0.26% | 0.42% | - |
| HSV(B) | 320.36º | 0.41% | 0.53% | - |
| XYZ | 15.94 | 12 | 18 | - |
| YUV | 99.96 | 137.05 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 79 | 116 | 0 | 0.41 | 0.14 | 0.47 | 320.36 | 0.26 | 0.42 |
| Hex | 87 | 4F | 74 | 0 | 29 | E | 2F | 140 | 1A | 2A |
| Octal | 207 | 117 | 164 | 0 | 51 | 16 | 57 | 500 | 32 | 52 |
| Binary | 10000111 | 1001111 | 1110100 | 0 | 101001 | 1110 | 101111 | 101000000 | 11010 | 101010 |
Color Harmonies of #874F74
Complementary color
Monochromatic Colors of #874F74
Black with #874F74
Text Example
Text Example
White with #874F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874F74; }
p { color: rgb(135,79,116); }
H1.HeaderClassName
{
color: #874F74;
}
.AnyTagClassName
{
color: #874F74;
}
</style>
background-color css
<style>
a { background-color: #874F74; }
a { background-color: rgb(135,79,116); }
div.DivClassName
{
background-color: #874F74;
}
.BgClassName
{
background-color: #874F74;
}
</style>
border-color css
<style>
span { border-color: #874F74; }
span { border-color: rgb(135,79,116); }
td.TdClassName
{
border-color: #874F74;
}
.TagClassName
{
border-color: #874F74;
}
</style>