Shades of Cosmic #874A70
Tints of Cosmic #874A70
RGB
CMYK
RGB Variations
Color information
#874A70 (or 0x874A70) is known color: Cosmic. HEX triplet: 87, 4A and 70. RGB value is (135,74,112). Sum of RGB (Red+Green+Blue) = 135+74+112=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #874A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874A70 is #78B58F. Grayscale: #606060. Windows color (decimal): -7910800 or 7359111. OLE color: 7359111.
HSL color Cylindrical-coordinate representation of color #874A70: hue angle of 322.62º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #874A70 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 74 | 112 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.47 |
| HSL | 322.62º | 0.29% | 0.41% | - |
| HSV(B) | 322.62º | 0.45% | 0.53% | - |
| XYZ | 15.37 | 11.22 | 16.68 | - |
| YUV | 96.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 74 | 112 | 0 | 0.45 | 0.17 | 0.47 | 322.62 | 0.29 | 0.41 |
| Hex | 87 | 4A | 70 | 0 | 2D | 11 | 2F | 143 | 1D | 29 |
| Octal | 207 | 112 | 160 | 0 | 55 | 21 | 57 | 503 | 35 | 51 |
| Binary | 10000111 | 1001010 | 1110000 | 0 | 101101 | 10001 | 101111 | 101000011 | 11101 | 101001 |
Color Harmonies of #874A70
Complementary color
Monochromatic Colors of #874A70
Black with #874A70
Text Example
Text Example
White with #874A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874A70; }
p { color: rgb(135,74,112); }
H1.HeaderClassName
{
color: #874A70;
}
.AnyTagClassName
{
color: #874A70;
}
</style>
background-color css
<style>
a { background-color: #874A70; }
a { background-color: rgb(135,74,112); }
div.DivClassName
{
background-color: #874A70;
}
.BgClassName
{
background-color: #874A70;
}
</style>
border-color css
<style>
span { border-color: #874A70; }
span { border-color: rgb(135,74,112); }
td.TdClassName
{
border-color: #874A70;
}
.TagClassName
{
border-color: #874A70;
}
</style>