Shades of Cosmic #87466A
Tints of Cosmic #87466A
RGB
CMYK
RGB Variations
Color information
#87466A (or 0x87466A) is known color: Cosmic. HEX triplet: 87, 46 and 6A. RGB value is (135,70,106). Sum of RGB (Red+Green+Blue) = 135+70+106=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #87466A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87466A is #78B995. Grayscale: #5D5D5D. Windows color (decimal): -7911830 or 6964871. OLE color: 6964871.
HSL color Cylindrical-coordinate representation of color #87466A: hue angle of 326.77º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #87466A is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 70 | 106 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.47 |
| HSL | 326.77º | 0.32% | 0.4% | - |
| HSV(B) | 326.77º | 0.48% | 0.53% | - |
| XYZ | 14.78 | 10.57 | 14.9 | - |
| YUV | 93.54 | 135.03 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 70 | 106 | 0 | 0.48 | 0.21 | 0.47 | 326.77 | 0.32 | 0.4 |
| Hex | 87 | 46 | 6A | 0 | 30 | 15 | 2F | 147 | 20 | 28 |
| Octal | 207 | 106 | 152 | 0 | 60 | 25 | 57 | 507 | 40 | 50 |
| Binary | 10000111 | 1000110 | 1101010 | 0 | 110000 | 10101 | 101111 | 101000111 | 100000 | 101000 |
Color Harmonies of #87466A
Complementary color
Monochromatic Colors of #87466A
Black with #87466A
Text Example
Text Example
White with #87466A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87466A; }
p { color: rgb(135,70,106); }
H1.HeaderClassName
{
color: #87466A;
}
.AnyTagClassName
{
color: #87466A;
}
</style>
background-color css
<style>
a { background-color: #87466A; }
a { background-color: rgb(135,70,106); }
div.DivClassName
{
background-color: #87466A;
}
.BgClassName
{
background-color: #87466A;
}
</style>
border-color css
<style>
span { border-color: #87466A; }
span { border-color: rgb(135,70,106); }
td.TdClassName
{
border-color: #87466A;
}
.TagClassName
{
border-color: #87466A;
}
</style>