Shades of Cannon Pink #874D66
Tints of Cannon Pink #874D66
RGB
CMYK
RGB Variations
Color information
#874D66 (or 0x874D66) is known color: Cannon Pink. HEX triplet: 87, 4D and 66. RGB value is (135,77,102). Sum of RGB (Red+Green+Blue) = 135+77+102=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #874D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D66 is #78B299. Grayscale: #616161. Windows color (decimal): -7910042 or 6704519. OLE color: 6704519.
HSL color Cylindrical-coordinate representation of color #874D66: hue angle of 334.14º 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 #874D66 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 77 | 102 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.47 |
| HSL | 334.14º | 0.27% | 0.42% | - |
| HSV(B) | 334.14º | 0.43% | 0.53% | - |
| XYZ | 15.04 | 11.42 | 13.98 | - |
| YUV | 97.19 | 130.72 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 102 | 0 | 0.43 | 0.24 | 0.47 | 334.14 | 0.27 | 0.42 |
| Hex | 87 | 4D | 66 | 0 | 2B | 18 | 2F | 14E | 1B | 2A |
| Octal | 207 | 115 | 146 | 0 | 53 | 30 | 57 | 516 | 33 | 52 |
| Binary | 10000111 | 1001101 | 1100110 | 0 | 101011 | 11000 | 101111 | 101001110 | 11011 | 101010 |
Color Harmonies of #874D66
Complementary color
Monochromatic Colors of #874D66
Black with #874D66
Text Example
Text Example
White with #874D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874D66; }
p { color: rgb(135,77,102); }
H1.HeaderClassName
{
color: #874D66;
}
.AnyTagClassName
{
color: #874D66;
}
</style>
background-color css
<style>
a { background-color: #874D66; }
a { background-color: rgb(135,77,102); }
div.DivClassName
{
background-color: #874D66;
}
.BgClassName
{
background-color: #874D66;
}
</style>
border-color css
<style>
span { border-color: #874D66; }
span { border-color: rgb(135,77,102); }
td.TdClassName
{
border-color: #874D66;
}
.TagClassName
{
border-color: #874D66;
}
</style>