Shades of Shakespeare #72A0BA
Tints of Shakespeare #72A0BA
RGB
CMYK
RGB Variations
Color information
#72A0BA (or 0x72A0BA) is known color: Shakespeare. HEX triplet: 72, A0 and BA. RGB value is (114,160,186). Sum of RGB (Red+Green+Blue) = 114+160+186=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #72A0BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A0BA is #8D5F45. Grayscale: #959595. Windows color (decimal): -9264966 or 12230770. OLE color: 12230770.
HSL color Cylindrical-coordinate representation of color #72A0BA: hue angle of 201.67º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72A0BA is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 160 | 186 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.27 |
| HSL | 201.67º | 0.34% | 0.59% | - |
| HSV(B) | 201.67º | 0.39% | 0.73% | - |
| XYZ | 28.37 | 32.26 | 51.19 | - |
| YUV | 149.21 | 148.76 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 160 | 186 | 0.39 | 0.14 | 0 | 0.27 | 201.67 | 0.34 | 0.59 |
| Hex | 72 | A0 | BA | 27 | E | 0 | 1B | CA | 22 | 3B |
| Octal | 162 | 240 | 272 | 47 | 16 | 0 | 33 | 312 | 42 | 73 |
| Binary | 1110010 | 10100000 | 10111010 | 100111 | 1110 | 0 | 11011 | 11001010 | 100010 | 111011 |
Color Harmonies of #72A0BA
Complementary color
Monochromatic Colors of #72A0BA
Black with #72A0BA
Text Example
Text Example
White with #72A0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A0BA; }
p { color: rgb(114,160,186); }
H1.HeaderClassName
{
color: #72A0BA;
}
.AnyTagClassName
{
color: #72A0BA;
}
</style>
background-color css
<style>
a { background-color: #72A0BA; }
a { background-color: rgb(114,160,186); }
div.DivClassName
{
background-color: #72A0BA;
}
.BgClassName
{
background-color: #72A0BA;
}
</style>
border-color css
<style>
span { border-color: #72A0BA; }
span { border-color: rgb(114,160,186); }
td.TdClassName
{
border-color: #72A0BA;
}
.TagClassName
{
border-color: #72A0BA;
}
</style>