Shades of Cannon Pink #875768
Tints of Cannon Pink #875768
RGB
CMYK
RGB Variations
Color information
#875768 (or 0x875768) is known color: Cannon Pink. HEX triplet: 87, 57 and 68. RGB value is (135,87,104). Sum of RGB (Red+Green+Blue) = 135+87+104=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #875768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875768 is #78A897. Grayscale: #676767. Windows color (decimal): -7907480 or 6838151. OLE color: 6838151.
HSL color Cylindrical-coordinate representation of color #875768: hue angle of 338.75º 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 #875768 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 87 | 104 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.47 |
| HSL | 338.75º | 0.22% | 0.44% | - |
| HSV(B) | 338.75º | 0.36% | 0.53% | - |
| XYZ | 15.9 | 12.97 | 14.76 | - |
| YUV | 103.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 87 | 104 | 0 | 0.36 | 0.23 | 0.47 | 338.75 | 0.22 | 0.44 |
| Hex | 87 | 57 | 68 | 0 | 24 | 17 | 2F | 153 | 16 | 2C |
| Octal | 207 | 127 | 150 | 0 | 44 | 27 | 57 | 523 | 26 | 54 |
| Binary | 10000111 | 1010111 | 1101000 | 0 | 100100 | 10111 | 101111 | 101010011 | 10110 | 101100 |
Color Harmonies of #875768
Complementary color
Monochromatic Colors of #875768
Black with #875768
Text Example
Text Example
White with #875768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875768; }
p { color: rgb(135,87,104); }
H1.HeaderClassName
{
color: #875768;
}
.AnyTagClassName
{
color: #875768;
}
</style>
background-color css
<style>
a { background-color: #875768; }
a { background-color: rgb(135,87,104); }
div.DivClassName
{
background-color: #875768;
}
.BgClassName
{
background-color: #875768;
}
</style>
border-color css
<style>
span { border-color: #875768; }
span { border-color: rgb(135,87,104); }
td.TdClassName
{
border-color: #875768;
}
.TagClassName
{
border-color: #875768;
}
</style>