Shades of Seagull #77B7CF
Tints of Seagull #77B7CF
RGB
CMYK
RGB Variations
Color information
#77B7CF (or 0x77B7CF) is known color: Seagull. HEX triplet: 77, B7 and CF. RGB value is (119,183,207). Sum of RGB (Red+Green+Blue) = 119+183+207=509 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.38% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #77B7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B7CF is #884830. Grayscale: #A6A6A6. Windows color (decimal): -8931377 or 13612919. OLE color: 13612919.
HSL color Cylindrical-coordinate representation of color #77B7CF: hue angle of 196.36º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77B7CF is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 183 | 207 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.19 |
| HSL | 196.36º | 0.48% | 0.64% | - |
| HSV(B) | 196.36º | 0.43% | 0.81% | - |
| XYZ | 35.8 | 42.29 | 65.31 | - |
| YUV | 166.6 | 150.8 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 183 | 207 | 0.43 | 0.12 | 0 | 0.19 | 196.36 | 0.48 | 0.64 |
| Hex | 77 | B7 | CF | 2B | C | 0 | 13 | C4 | 30 | 40 |
| Octal | 167 | 267 | 317 | 53 | 14 | 0 | 23 | 304 | 60 | 100 |
| Binary | 1110111 | 10110111 | 11001111 | 101011 | 1100 | 0 | 10011 | 11000100 | 110000 | 1000000 |
Color Harmonies of #77B7CF
Complementary color
Monochromatic Colors of #77B7CF
Black with #77B7CF
Text Example
Text Example
White with #77B7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B7CF; }
p { color: rgb(119,183,207); }
H1.HeaderClassName
{
color: #77B7CF;
}
.AnyTagClassName
{
color: #77B7CF;
}
</style>
background-color css
<style>
a { background-color: #77B7CF; }
a { background-color: rgb(119,183,207); }
div.DivClassName
{
background-color: #77B7CF;
}
.BgClassName
{
background-color: #77B7CF;
}
</style>
border-color css
<style>
span { border-color: #77B7CF; }
span { border-color: rgb(119,183,207); }
td.TdClassName
{
border-color: #77B7CF;
}
.TagClassName
{
border-color: #77B7CF;
}
</style>