Shades of Shakespeare #72A0C0
Tints of Shakespeare #72A0C0
RGB
CMYK
RGB Variations
Color information
#72A0C0 (or 0x72A0C0) is known color: Shakespeare. HEX triplet: 72, A0 and C0. RGB value is (114,160,192). Sum of RGB (Red+Green+Blue) = 114+160+192=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #72A0C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A0C0 is #8D5F3F. Grayscale: #959595. Windows color (decimal): -9264960 or 12623986. OLE color: 12623986.
HSL color Cylindrical-coordinate representation of color #72A0C0: hue angle of 204.62º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72A0C0 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 160 | 192 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.25 |
| HSL | 204.62º | 0.38% | 0.6% | - |
| HSV(B) | 204.62º | 0.41% | 0.75% | - |
| XYZ | 29.02 | 32.52 | 54.62 | - |
| YUV | 149.89 | 151.76 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 160 | 192 | 0.41 | 0.17 | 0 | 0.25 | 204.62 | 0.38 | 0.6 |
| Hex | 72 | A0 | C0 | 29 | 11 | 0 | 19 | CD | 26 | 3C |
| Octal | 162 | 240 | 300 | 51 | 21 | 0 | 31 | 315 | 46 | 74 |
| Binary | 1110010 | 10100000 | 11000000 | 101001 | 10001 | 0 | 11001 | 11001101 | 100110 | 111100 |
Color Harmonies of #72A0C0
Complementary color
Monochromatic Colors of #72A0C0
Black with #72A0C0
Text Example
Text Example
White with #72A0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A0C0; }
p { color: rgb(114,160,192); }
H1.HeaderClassName
{
color: #72A0C0;
}
.AnyTagClassName
{
color: #72A0C0;
}
</style>
background-color css
<style>
a { background-color: #72A0C0; }
a { background-color: rgb(114,160,192); }
div.DivClassName
{
background-color: #72A0C0;
}
.BgClassName
{
background-color: #72A0C0;
}
</style>
border-color css
<style>
span { border-color: #72A0C0; }
span { border-color: rgb(114,160,192); }
td.TdClassName
{
border-color: #72A0C0;
}
.TagClassName
{
border-color: #72A0C0;
}
</style>