Shades of Cannon Pink #875761
Tints of Cannon Pink #875761
RGB
CMYK
RGB Variations
Color information
#875761 (or 0x875761) is known color: Cannon Pink. HEX triplet: 87, 57 and 61. RGB value is (135,87,97). Sum of RGB (Red+Green+Blue) = 135+87+97=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #875761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875761 is #78A89E. Grayscale: #666666. Windows color (decimal): -7907487 or 6379399. OLE color: 6379399.
HSL color Cylindrical-coordinate representation of color #875761: hue angle of 347.5º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #875761 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 87 | 97 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.47 |
| HSL | 347.5º | 0.22% | 0.44% | - |
| HSV(B) | 347.5º | 0.36% | 0.53% | - |
| XYZ | 15.56 | 12.83 | 12.97 | - |
| YUV | 102.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 87 | 97 | 0 | 0.36 | 0.28 | 0.47 | 347.5 | 0.22 | 0.44 |
| Hex | 87 | 57 | 61 | 0 | 24 | 1C | 2F | 15C | 16 | 2C |
| Octal | 207 | 127 | 141 | 0 | 44 | 34 | 57 | 534 | 26 | 54 |
| Binary | 10000111 | 1010111 | 1100001 | 0 | 100100 | 11100 | 101111 | 101011100 | 10110 | 101100 |
Color Harmonies of #875761
Complementary color
Monochromatic Colors of #875761
Black with #875761
Text Example
Text Example
White with #875761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875761; }
p { color: rgb(135,87,97); }
H1.HeaderClassName
{
color: #875761;
}
.AnyTagClassName
{
color: #875761;
}
</style>
background-color css
<style>
a { background-color: #875761; }
a { background-color: rgb(135,87,97); }
div.DivClassName
{
background-color: #875761;
}
.BgClassName
{
background-color: #875761;
}
</style>
border-color css
<style>
span { border-color: #875761; }
span { border-color: rgb(135,87,97); }
td.TdClassName
{
border-color: #875761;
}
.TagClassName
{
border-color: #875761;
}
</style>