Shades of Cannon Pink #974C77
Tints of Cannon Pink #974C77
RGB
CMYK
RGB Variations
Color information
#974C77 (or 0x974C77) is known color: Cannon Pink. HEX triplet: 97, 4C and 77. RGB value is (151,76,119). Sum of RGB (Red+Green+Blue) = 151+76+119=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #974C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974C77 is #68B388. Grayscale: #676767. Windows color (decimal): -6861705 or 7818391. OLE color: 7818391.
HSL color Cylindrical-coordinate representation of color #974C77: hue angle of 325.6º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #974C77 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 76 | 119 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.41 |
| HSL | 325.6º | 0.33% | 0.45% | - |
| HSV(B) | 325.6º | 0.5% | 0.59% | - |
| XYZ | 18.68 | 13.08 | 18.99 | - |
| YUV | 103.33 | 136.85 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 76 | 119 | 0 | 0.50 | 0.21 | 0.41 | 325.6 | 0.33 | 0.45 |
| Hex | 97 | 4C | 77 | 0 | 32 | 15 | 29 | 146 | 21 | 2D |
| Octal | 227 | 114 | 167 | 0 | 62 | 25 | 51 | 506 | 41 | 55 |
| Binary | 10010111 | 1001100 | 1110111 | 0 | 110010 | 10101 | 101001 | 101000110 | 100001 | 101101 |
Color Harmonies of #974C77
Complementary color
Monochromatic Colors of #974C77
Black with #974C77
Text Example
Text Example
White with #974C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974C77; }
p { color: rgb(151,76,119); }
H1.HeaderClassName
{
color: #974C77;
}
.AnyTagClassName
{
color: #974C77;
}
</style>
background-color css
<style>
a { background-color: #974C77; }
a { background-color: rgb(151,76,119); }
div.DivClassName
{
background-color: #974C77;
}
.BgClassName
{
background-color: #974C77;
}
</style>
border-color css
<style>
span { border-color: #974C77; }
span { border-color: rgb(151,76,119); }
td.TdClassName
{
border-color: #974C77;
}
.TagClassName
{
border-color: #974C77;
}
</style>