Shades of Cannon Pink #874D65
Tints of Cannon Pink #874D65
RGB
CMYK
RGB Variations
Color information
#874D65 (or 0x874D65) is known color: Cannon Pink. HEX triplet: 87, 4D and 65. RGB value is (135,77,101). Sum of RGB (Red+Green+Blue) = 135+77+101=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #874D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D65 is #78B29A. Grayscale: #616161. Windows color (decimal): -7910043 or 6638983. OLE color: 6638983.
HSL color Cylindrical-coordinate representation of color #874D65: hue angle of 335.17º 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 #874D65 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 77 | 101 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.47 |
| HSL | 335.17º | 0.27% | 0.42% | - |
| HSV(B) | 335.17º | 0.43% | 0.53% | - |
| XYZ | 14.99 | 11.4 | 13.72 | - |
| YUV | 97.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 101 | 0 | 0.43 | 0.25 | 0.47 | 335.17 | 0.27 | 0.42 |
| Hex | 87 | 4D | 65 | 0 | 2B | 19 | 2F | 14F | 1B | 2A |
| Octal | 207 | 115 | 145 | 0 | 53 | 31 | 57 | 517 | 33 | 52 |
| Binary | 10000111 | 1001101 | 1100101 | 0 | 101011 | 11001 | 101111 | 101001111 | 11011 | 101010 |
Color Harmonies of #874D65
Complementary color
Monochromatic Colors of #874D65
Black with #874D65
Text Example
Text Example
White with #874D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874D65; }
p { color: rgb(135,77,101); }
H1.HeaderClassName
{
color: #874D65;
}
.AnyTagClassName
{
color: #874D65;
}
</style>
background-color css
<style>
a { background-color: #874D65; }
a { background-color: rgb(135,77,101); }
div.DivClassName
{
background-color: #874D65;
}
.BgClassName
{
background-color: #874D65;
}
</style>
border-color css
<style>
span { border-color: #874D65; }
span { border-color: rgb(135,77,101); }
td.TdClassName
{
border-color: #874D65;
}
.TagClassName
{
border-color: #874D65;
}
</style>