Shades of Cosmic #87526E
Tints of Cosmic #87526E
RGB
CMYK
RGB Variations
Color information
#87526E (or 0x87526E) is known color: Cosmic. HEX triplet: 87, 52 and 6E. RGB value is (135,82,110). Sum of RGB (Red+Green+Blue) = 135+82+110=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 135 - color contains mainly: red. Hex color #87526E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87526E is #78AD91. Grayscale: #646464. Windows color (decimal): -7908754 or 7230087. OLE color: 7230087.
HSL color Cylindrical-coordinate representation of color #87526E: hue angle of 328.3º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87526E is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 82 | 110 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.47 |
| HSL | 328.3º | 0.24% | 0.43% | - |
| HSV(B) | 328.3º | 0.39% | 0.53% | - |
| XYZ | 15.82 | 12.31 | 16.29 | - |
| YUV | 101.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 110 | 0 | 0.39 | 0.19 | 0.47 | 328.3 | 0.24 | 0.43 |
| Hex | 87 | 52 | 6E | 0 | 27 | 13 | 2F | 148 | 18 | 2B |
| Octal | 207 | 122 | 156 | 0 | 47 | 23 | 57 | 510 | 30 | 53 |
| Binary | 10000111 | 1010010 | 1101110 | 0 | 100111 | 10011 | 101111 | 101001000 | 11000 | 101011 |
Color Harmonies of #87526E
Complementary color
Monochromatic Colors of #87526E
Black with #87526E
Text Example
Text Example
White with #87526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87526E; }
p { color: rgb(135,82,110); }
H1.HeaderClassName
{
color: #87526E;
}
.AnyTagClassName
{
color: #87526E;
}
</style>
background-color css
<style>
a { background-color: #87526E; }
a { background-color: rgb(135,82,110); }
div.DivClassName
{
background-color: #87526E;
}
.BgClassName
{
background-color: #87526E;
}
</style>
border-color css
<style>
span { border-color: #87526E; }
span { border-color: rgb(135,82,110); }
td.TdClassName
{
border-color: #87526E;
}
.TagClassName
{
border-color: #87526E;
}
</style>