Shades of Seagull #76BBCC
Tints of Seagull #76BBCC
RGB
CMYK
RGB Variations
Color information
#76BBCC (or 0x76BBCC) is known color: Seagull. HEX triplet: 76, BB and CC. RGB value is (118,187,204). Sum of RGB (Red+Green+Blue) = 118+187+204=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #76BBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BBCC is #894433. Grayscale: #A8A8A8. Windows color (decimal): -8995892 or 13417334. OLE color: 13417334.
HSL color Cylindrical-coordinate representation of color #76BBCC: hue angle of 191.86º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76BBCC is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 187 | 204 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.2 |
| HSL | 191.86º | 0.46% | 0.63% | - |
| HSV(B) | 191.86º | 0.42% | 0.8% | - |
| XYZ | 36.14 | 43.75 | 63.67 | - |
| YUV | 168.31 | 148.14 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 204 | 0.42 | 0.08 | 0 | 0.2 | 191.86 | 0.46 | 0.63 |
| Hex | 76 | BB | CC | 2A | 8 | 0 | 14 | C0 | 2E | 3F |
| Octal | 166 | 273 | 314 | 52 | 10 | 0 | 24 | 300 | 56 | 77 |
| Binary | 1110110 | 10111011 | 11001100 | 101010 | 1000 | 0 | 10100 | 11000000 | 101110 | 111111 |
Color Harmonies of #76BBCC
Complementary color
Monochromatic Colors of #76BBCC
Black with #76BBCC
Text Example
Text Example
White with #76BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BBCC; }
p { color: rgb(118,187,204); }
H1.HeaderClassName
{
color: #76BBCC;
}
.AnyTagClassName
{
color: #76BBCC;
}
</style>
background-color css
<style>
a { background-color: #76BBCC; }
a { background-color: rgb(118,187,204); }
div.DivClassName
{
background-color: #76BBCC;
}
.BgClassName
{
background-color: #76BBCC;
}
</style>
border-color css
<style>
span { border-color: #76BBCC; }
span { border-color: rgb(118,187,204); }
td.TdClassName
{
border-color: #76BBCC;
}
.TagClassName
{
border-color: #76BBCC;
}
</style>