Shades of Seagull #77B9CF
Tints of Seagull #77B9CF
RGB
CMYK
RGB Variations
Color information
#77B9CF (or 0x77B9CF) is known color: Seagull. HEX triplet: 77, B9 and CF. RGB value is (119,185,207). Sum of RGB (Red+Green+Blue) = 119+185+207=511 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.29% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #77B9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B9CF is #884630. Grayscale: #A7A7A7. Windows color (decimal): -8930865 or 13613431. OLE color: 13613431.
HSL color Cylindrical-coordinate representation of color #77B9CF: hue angle of 195º 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 #77B9CF is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 185 | 207 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.19 |
| HSL | 195º | 0.48% | 0.64% | - |
| HSV(B) | 195º | 0.43% | 0.81% | - |
| XYZ | 36.22 | 43.12 | 65.45 | - |
| YUV | 167.77 | 150.13 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 185 | 207 | 0.43 | 0.11 | 0 | 0.19 | 195 | 0.48 | 0.64 |
| Hex | 77 | B9 | CF | 2B | B | 0 | 13 | C3 | 30 | 40 |
| Octal | 167 | 271 | 317 | 53 | 13 | 0 | 23 | 303 | 60 | 100 |
| Binary | 1110111 | 10111001 | 11001111 | 101011 | 1011 | 0 | 10011 | 11000011 | 110000 | 1000000 |
Color Harmonies of #77B9CF
Complementary color
Monochromatic Colors of #77B9CF
Black with #77B9CF
Text Example
Text Example
White with #77B9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B9CF; }
p { color: rgb(119,185,207); }
H1.HeaderClassName
{
color: #77B9CF;
}
.AnyTagClassName
{
color: #77B9CF;
}
</style>
background-color css
<style>
a { background-color: #77B9CF; }
a { background-color: rgb(119,185,207); }
div.DivClassName
{
background-color: #77B9CF;
}
.BgClassName
{
background-color: #77B9CF;
}
</style>
border-color css
<style>
span { border-color: #77B9CF; }
span { border-color: rgb(119,185,207); }
td.TdClassName
{
border-color: #77B9CF;
}
.TagClassName
{
border-color: #77B9CF;
}
</style>