Shades of Cosmic #874D6B
Tints of Cosmic #874D6B
RGB
CMYK
RGB Variations
Color information
#874D6B (or 0x874D6B) is known color: Cosmic. HEX triplet: 87, 4D and 6B. RGB value is (135,77,107). Sum of RGB (Red+Green+Blue) = 135+77+107=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #874D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D6B is #78B294. Grayscale: #616161. Windows color (decimal): -7910037 or 7032199. OLE color: 7032199.
HSL color Cylindrical-coordinate representation of color #874D6B: hue angle of 328.97º 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 #874D6B is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 77 | 107 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.47 |
| HSL | 328.97º | 0.27% | 0.42% | - |
| HSV(B) | 328.97º | 0.43% | 0.53% | - |
| XYZ | 15.3 | 11.52 | 15.33 | - |
| YUV | 97.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 107 | 0 | 0.43 | 0.21 | 0.47 | 328.97 | 0.27 | 0.42 |
| Hex | 87 | 4D | 6B | 0 | 2B | 15 | 2F | 149 | 1B | 2A |
| Octal | 207 | 115 | 153 | 0 | 53 | 25 | 57 | 511 | 33 | 52 |
| Binary | 10000111 | 1001101 | 1101011 | 0 | 101011 | 10101 | 101111 | 101001001 | 11011 | 101010 |
Color Harmonies of #874D6B
Complementary color
Monochromatic Colors of #874D6B
Black with #874D6B
Text Example
Text Example
White with #874D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874D6B; }
p { color: rgb(135,77,107); }
H1.HeaderClassName
{
color: #874D6B;
}
.AnyTagClassName
{
color: #874D6B;
}
</style>
background-color css
<style>
a { background-color: #874D6B; }
a { background-color: rgb(135,77,107); }
div.DivClassName
{
background-color: #874D6B;
}
.BgClassName
{
background-color: #874D6B;
}
</style>
border-color css
<style>
span { border-color: #874D6B; }
span { border-color: rgb(135,77,107); }
td.TdClassName
{
border-color: #874D6B;
}
.TagClassName
{
border-color: #874D6B;
}
</style>