Shades of Seagull #76B7CF
Tints of Seagull #76B7CF
RGB
CMYK
RGB Variations
Color information
#76B7CF (or 0x76B7CF) is known color: Seagull. HEX triplet: 76, B7 and CF. RGB value is (118,183,207). Sum of RGB (Red+Green+Blue) = 118+183+207=508 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.23% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #76B7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B7CF is #894830. Grayscale: #A6A6A6. Windows color (decimal): -8996913 or 13612918. OLE color: 13612918.
HSL color Cylindrical-coordinate representation of color #76B7CF: hue angle of 196.18º 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 #76B7CF is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 183 | 207 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.19 |
| HSL | 196.18º | 0.48% | 0.64% | - |
| HSV(B) | 196.18º | 0.43% | 0.81% | - |
| XYZ | 35.67 | 42.22 | 65.3 | - |
| YUV | 166.3 | 150.97 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 183 | 207 | 0.43 | 0.12 | 0 | 0.19 | 196.18 | 0.48 | 0.64 |
| Hex | 76 | B7 | CF | 2B | C | 0 | 13 | C4 | 30 | 40 |
| Octal | 166 | 267 | 317 | 53 | 14 | 0 | 23 | 304 | 60 | 100 |
| Binary | 1110110 | 10110111 | 11001111 | 101011 | 1100 | 0 | 10011 | 11000100 | 110000 | 1000000 |
Color Harmonies of #76B7CF
Complementary color
Monochromatic Colors of #76B7CF
Black with #76B7CF
Text Example
Text Example
White with #76B7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B7CF; }
p { color: rgb(118,183,207); }
H1.HeaderClassName
{
color: #76B7CF;
}
.AnyTagClassName
{
color: #76B7CF;
}
</style>
background-color css
<style>
a { background-color: #76B7CF; }
a { background-color: rgb(118,183,207); }
div.DivClassName
{
background-color: #76B7CF;
}
.BgClassName
{
background-color: #76B7CF;
}
</style>
border-color css
<style>
span { border-color: #76B7CF; }
span { border-color: rgb(118,183,207); }
td.TdClassName
{
border-color: #76B7CF;
}
.TagClassName
{
border-color: #76B7CF;
}
</style>