Shades of Cosmic #87436C
Tints of Cosmic #87436C
RGB
CMYK
RGB Variations
Color information
#87436C (or 0x87436C) is known color: Cosmic. HEX triplet: 87, 43 and 6C. RGB value is (135,67,108). Sum of RGB (Red+Green+Blue) = 135+67+108=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #87436C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87436C is #78BC93. Grayscale: #5B5B5B. Windows color (decimal): -7912596 or 7095175. OLE color: 7095175.
HSL color Cylindrical-coordinate representation of color #87436C: hue angle of 323.82º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #87436C is Cyan = 0, Magento = 0.50, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 67 | 108 | - |
| CMYK | 0 | 0.50 | 0.2 | 0.47 |
| HSL | 323.82º | 0.34% | 0.4% | - |
| HSV(B) | 323.82º | 0.5% | 0.53% | - |
| XYZ | 14.71 | 10.25 | 15.39 | - |
| YUV | 92.01 | 137.03 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 67 | 108 | 0 | 0.50 | 0.2 | 0.47 | 323.82 | 0.34 | 0.4 |
| Hex | 87 | 43 | 6C | 0 | 32 | 14 | 2F | 144 | 22 | 28 |
| Octal | 207 | 103 | 154 | 0 | 62 | 24 | 57 | 504 | 42 | 50 |
| Binary | 10000111 | 1000011 | 1101100 | 0 | 110010 | 10100 | 101111 | 101000100 | 100010 | 101000 |
Color Harmonies of #87436C
Complementary color
Monochromatic Colors of #87436C
Black with #87436C
Text Example
Text Example
White with #87436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87436C; }
p { color: rgb(135,67,108); }
H1.HeaderClassName
{
color: #87436C;
}
.AnyTagClassName
{
color: #87436C;
}
</style>
background-color css
<style>
a { background-color: #87436C; }
a { background-color: rgb(135,67,108); }
div.DivClassName
{
background-color: #87436C;
}
.BgClassName
{
background-color: #87436C;
}
</style>
border-color css
<style>
span { border-color: #87436C; }
span { border-color: rgb(135,67,108); }
td.TdClassName
{
border-color: #87436C;
}
.TagClassName
{
border-color: #87436C;
}
</style>