Shades of Seagull #76ABCF
Tints of Seagull #76ABCF
RGB
CMYK
RGB Variations
Color information
#76ABCF (or 0x76ABCF) is known color: Seagull. HEX triplet: 76, AB and CF. RGB value is (118,171,207). Sum of RGB (Red+Green+Blue) = 118+171+207=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #76ABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ABCF is #895430. Grayscale: #9F9F9F. Windows color (decimal): -8999985 or 13609846. OLE color: 13609846.
HSL color Cylindrical-coordinate representation of color #76ABCF: hue angle of 204.27º 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 #76ABCF is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 171 | 207 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.19 |
| HSL | 204.27º | 0.48% | 0.64% | - |
| HSV(B) | 204.27º | 0.43% | 0.81% | - |
| XYZ | 33.3 | 37.48 | 64.51 | - |
| YUV | 159.26 | 154.94 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 171 | 207 | 0.43 | 0.17 | 0 | 0.19 | 204.27 | 0.48 | 0.64 |
| Hex | 76 | AB | CF | 2B | 11 | 0 | 13 | CC | 30 | 40 |
| Octal | 166 | 253 | 317 | 53 | 21 | 0 | 23 | 314 | 60 | 100 |
| Binary | 1110110 | 10101011 | 11001111 | 101011 | 10001 | 0 | 10011 | 11001100 | 110000 | 1000000 |
Color Harmonies of #76ABCF
Complementary color
Monochromatic Colors of #76ABCF
Black with #76ABCF
Text Example
Text Example
White with #76ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ABCF; }
p { color: rgb(118,171,207); }
H1.HeaderClassName
{
color: #76ABCF;
}
.AnyTagClassName
{
color: #76ABCF;
}
</style>
background-color css
<style>
a { background-color: #76ABCF; }
a { background-color: rgb(118,171,207); }
div.DivClassName
{
background-color: #76ABCF;
}
.BgClassName
{
background-color: #76ABCF;
}
</style>
border-color css
<style>
span { border-color: #76ABCF; }
span { border-color: rgb(118,171,207); }
td.TdClassName
{
border-color: #76ABCF;
}
.TagClassName
{
border-color: #76ABCF;
}
</style>