Shades of Shakespeare #72A0B4
Tints of Shakespeare #72A0B4
RGB
CMYK
RGB Variations
Color information
#72A0B4 (or 0x72A0B4) is known color: Shakespeare. HEX triplet: 72, A0 and B4. RGB value is (114,160,180). Sum of RGB (Red+Green+Blue) = 114+160+180=454 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.11% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 180 - color contains mainly: blue. Hex color #72A0B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A0B4 is #8D5F4B. Grayscale: #949494. Windows color (decimal): -9264972 or 11837554. OLE color: 11837554.
HSL color Cylindrical-coordinate representation of color #72A0B4: hue angle of 198.18º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72A0B4 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 160 | 180 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.29 |
| HSL | 198.18º | 0.31% | 0.58% | - |
| HSV(B) | 198.18º | 0.37% | 0.71% | - |
| XYZ | 27.75 | 32.01 | 47.9 | - |
| YUV | 148.53 | 145.76 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 160 | 180 | 0.37 | 0.11 | 0 | 0.29 | 198.18 | 0.31 | 0.58 |
| Hex | 72 | A0 | B4 | 25 | B | 0 | 1D | C6 | 1F | 3A |
| Octal | 162 | 240 | 264 | 45 | 13 | 0 | 35 | 306 | 37 | 72 |
| Binary | 1110010 | 10100000 | 10110100 | 100101 | 1011 | 0 | 11101 | 11000110 | 11111 | 111010 |
Color Harmonies of #72A0B4
Complementary color
Monochromatic Colors of #72A0B4
Black with #72A0B4
Text Example
Text Example
White with #72A0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A0B4; }
p { color: rgb(114,160,180); }
H1.HeaderClassName
{
color: #72A0B4;
}
.AnyTagClassName
{
color: #72A0B4;
}
</style>
background-color css
<style>
a { background-color: #72A0B4; }
a { background-color: rgb(114,160,180); }
div.DivClassName
{
background-color: #72A0B4;
}
.BgClassName
{
background-color: #72A0B4;
}
</style>
border-color css
<style>
span { border-color: #72A0B4; }
span { border-color: rgb(114,160,180); }
td.TdClassName
{
border-color: #72A0B4;
}
.TagClassName
{
border-color: #72A0B4;
}
</style>