Shades of Cannon Pink #874D60
Tints of Cannon Pink #874D60
RGB
CMYK
RGB Variations
Color information
#874D60 (or 0x874D60) is known color: Cannon Pink. HEX triplet: 87, 4D and 60. RGB value is (135,77,96). Sum of RGB (Red+Green+Blue) = 135+77+96=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #874D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D60 is #78B29F. Grayscale: #606060. Windows color (decimal): -7910048 or 6311303. OLE color: 6311303.
HSL color Cylindrical-coordinate representation of color #874D60: hue angle of 340.34º 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 #874D60 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 77 | 96 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.47 |
| HSL | 340.34º | 0.27% | 0.42% | - |
| HSV(B) | 340.34º | 0.43% | 0.53% | - |
| XYZ | 14.76 | 11.3 | 12.47 | - |
| YUV | 96.51 | 127.72 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 96 | 0 | 0.43 | 0.29 | 0.47 | 340.34 | 0.27 | 0.42 |
| Hex | 87 | 4D | 60 | 0 | 2B | 1D | 2F | 154 | 1B | 2A |
| Octal | 207 | 115 | 140 | 0 | 53 | 35 | 57 | 524 | 33 | 52 |
| Binary | 10000111 | 1001101 | 1100000 | 0 | 101011 | 11101 | 101111 | 101010100 | 11011 | 101010 |
Color Harmonies of #874D60
Complementary color
Monochromatic Colors of #874D60
Black with #874D60
Text Example
Text Example
White with #874D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874D60; }
p { color: rgb(135,77,96); }
H1.HeaderClassName
{
color: #874D60;
}
.AnyTagClassName
{
color: #874D60;
}
</style>
background-color css
<style>
a { background-color: #874D60; }
a { background-color: rgb(135,77,96); }
div.DivClassName
{
background-color: #874D60;
}
.BgClassName
{
background-color: #874D60;
}
</style>
border-color css
<style>
span { border-color: #874D60; }
span { border-color: rgb(135,77,96); }
td.TdClassName
{
border-color: #874D60;
}
.TagClassName
{
border-color: #874D60;
}
</style>