Shades of Shakespeare #77A0BE
Tints of Shakespeare #77A0BE
RGB
CMYK
RGB Variations
Color information
#77A0BE (or 0x77A0BE) is known color: Shakespeare. HEX triplet: 77, A0 and BE. RGB value is (119,160,190). Sum of RGB (Red+Green+Blue) = 119+160+190=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #77A0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A0BE is #885F41. Grayscale: #979797. Windows color (decimal): -8937282 or 12492919. OLE color: 12492919.
HSL color Cylindrical-coordinate representation of color #77A0BE: hue angle of 205.35º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77A0BE is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 160 | 190 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.25 |
| HSL | 205.35º | 0.35% | 0.61% | - |
| HSV(B) | 205.35º | 0.37% | 0.75% | - |
| XYZ | 29.47 | 32.78 | 53.49 | - |
| YUV | 151.16 | 149.92 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 160 | 190 | 0.37 | 0.16 | 0 | 0.25 | 205.35 | 0.35 | 0.61 |
| Hex | 77 | A0 | BE | 25 | 10 | 0 | 19 | CD | 23 | 3D |
| Octal | 167 | 240 | 276 | 45 | 20 | 0 | 31 | 315 | 43 | 75 |
| Binary | 1110111 | 10100000 | 10111110 | 100101 | 10000 | 0 | 11001 | 11001101 | 100011 | 111101 |
Color Harmonies of #77A0BE
Complementary color
Monochromatic Colors of #77A0BE
Black with #77A0BE
Text Example
Text Example
White with #77A0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A0BE; }
p { color: rgb(119,160,190); }
H1.HeaderClassName
{
color: #77A0BE;
}
.AnyTagClassName
{
color: #77A0BE;
}
</style>
background-color css
<style>
a { background-color: #77A0BE; }
a { background-color: rgb(119,160,190); }
div.DivClassName
{
background-color: #77A0BE;
}
.BgClassName
{
background-color: #77A0BE;
}
</style>
border-color css
<style>
span { border-color: #77A0BE; }
span { border-color: rgb(119,160,190); }
td.TdClassName
{
border-color: #77A0BE;
}
.TagClassName
{
border-color: #77A0BE;
}
</style>