Shades of Seagull #77B5CF
Tints of Seagull #77B5CF
RGB
CMYK
RGB Variations
Color information
#77B5CF (or 0x77B5CF) is known color: Seagull. HEX triplet: 77, B5 and CF. RGB value is (119,181,207). Sum of RGB (Red+Green+Blue) = 119+181+207=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #77B5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B5CF is #884A30. Grayscale: #A5A5A5. Windows color (decimal): -8931889 or 13612407. OLE color: 13612407.
HSL color Cylindrical-coordinate representation of color #77B5CF: hue angle of 197.73º 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 #77B5CF is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 181 | 207 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.19 |
| HSL | 197.73º | 0.48% | 0.64% | - |
| HSV(B) | 197.73º | 0.43% | 0.81% | - |
| XYZ | 35.39 | 41.47 | 65.17 | - |
| YUV | 165.43 | 151.46 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 181 | 207 | 0.43 | 0.13 | 0 | 0.19 | 197.73 | 0.48 | 0.64 |
| Hex | 77 | B5 | CF | 2B | D | 0 | 13 | C6 | 30 | 40 |
| Octal | 167 | 265 | 317 | 53 | 15 | 0 | 23 | 306 | 60 | 100 |
| Binary | 1110111 | 10110101 | 11001111 | 101011 | 1101 | 0 | 10011 | 11000110 | 110000 | 1000000 |
Color Harmonies of #77B5CF
Complementary color
Monochromatic Colors of #77B5CF
Black with #77B5CF
Text Example
Text Example
White with #77B5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B5CF; }
p { color: rgb(119,181,207); }
H1.HeaderClassName
{
color: #77B5CF;
}
.AnyTagClassName
{
color: #77B5CF;
}
</style>
background-color css
<style>
a { background-color: #77B5CF; }
a { background-color: rgb(119,181,207); }
div.DivClassName
{
background-color: #77B5CF;
}
.BgClassName
{
background-color: #77B5CF;
}
</style>
border-color css
<style>
span { border-color: #77B5CF; }
span { border-color: rgb(119,181,207); }
td.TdClassName
{
border-color: #77B5CF;
}
.TagClassName
{
border-color: #77B5CF;
}
</style>