Shades of Cannon Pink #874E66
Tints of Cannon Pink #874E66
RGB
CMYK
RGB Variations
Color information
#874E66 (or 0x874E66) is known color: Cannon Pink. HEX triplet: 87, 4E and 66. RGB value is (135,78,102). Sum of RGB (Red+Green+Blue) = 135+78+102=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #874E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E66 is #78B199. Grayscale: #616161. Windows color (decimal): -7909786 or 6704775. OLE color: 6704775.
HSL color Cylindrical-coordinate representation of color #874E66: hue angle of 334.74º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #874E66 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 78 | 102 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.47 |
| HSL | 334.74º | 0.27% | 0.42% | - |
| HSV(B) | 334.74º | 0.42% | 0.53% | - |
| XYZ | 15.11 | 11.56 | 14 | - |
| YUV | 97.78 | 130.38 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 78 | 102 | 0 | 0.42 | 0.24 | 0.47 | 334.74 | 0.27 | 0.42 |
| Hex | 87 | 4E | 66 | 0 | 2A | 18 | 2F | 14F | 1B | 2A |
| Octal | 207 | 116 | 146 | 0 | 52 | 30 | 57 | 517 | 33 | 52 |
| Binary | 10000111 | 1001110 | 1100110 | 0 | 101010 | 11000 | 101111 | 101001111 | 11011 | 101010 |
Color Harmonies of #874E66
Complementary color
Monochromatic Colors of #874E66
Black with #874E66
Text Example
Text Example
White with #874E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874E66; }
p { color: rgb(135,78,102); }
H1.HeaderClassName
{
color: #874E66;
}
.AnyTagClassName
{
color: #874E66;
}
</style>
background-color css
<style>
a { background-color: #874E66; }
a { background-color: rgb(135,78,102); }
div.DivClassName
{
background-color: #874E66;
}
.BgClassName
{
background-color: #874E66;
}
</style>
border-color css
<style>
span { border-color: #874E66; }
span { border-color: rgb(135,78,102); }
td.TdClassName
{
border-color: #874E66;
}
.TagClassName
{
border-color: #874E66;
}
</style>