Shades of Seagull #76B7D5
Tints of Seagull #76B7D5
RGB
CMYK
RGB Variations
Color information
#76B7D5 (or 0x76B7D5) is known color: Seagull. HEX triplet: 76, B7 and D5. RGB value is (118,183,213). Sum of RGB (Red+Green+Blue) = 118+183+213=514 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.96% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: blue. Hex color #76B7D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B7D5 is #89482A. Grayscale: #A6A6A6. Windows color (decimal): -8996907 or 14006134. OLE color: 14006134.
HSL color Cylindrical-coordinate representation of color #76B7D5: hue angle of 198.95º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76B7D5 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 183 | 213 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.16 |
| HSL | 198.95º | 0.53% | 0.65% | - |
| HSV(B) | 198.95º | 0.45% | 0.84% | - |
| XYZ | 36.41 | 42.52 | 69.24 | - |
| YUV | 166.99 | 153.97 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 183 | 213 | 0.45 | 0.14 | 0 | 0.16 | 198.95 | 0.53 | 0.65 |
| Hex | 76 | B7 | D5 | 2D | E | 0 | 10 | C7 | 35 | 41 |
| Octal | 166 | 267 | 325 | 55 | 16 | 0 | 20 | 307 | 65 | 101 |
| Binary | 1110110 | 10110111 | 11010101 | 101101 | 1110 | 0 | 10000 | 11000111 | 110101 | 1000001 |
Color Harmonies of #76B7D5
Complementary color
Monochromatic Colors of #76B7D5
Black with #76B7D5
Text Example
Text Example
White with #76B7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B7D5; }
p { color: rgb(118,183,213); }
H1.HeaderClassName
{
color: #76B7D5;
}
.AnyTagClassName
{
color: #76B7D5;
}
</style>
background-color css
<style>
a { background-color: #76B7D5; }
a { background-color: rgb(118,183,213); }
div.DivClassName
{
background-color: #76B7D5;
}
.BgClassName
{
background-color: #76B7D5;
}
</style>
border-color css
<style>
span { border-color: #76B7D5; }
span { border-color: rgb(118,183,213); }
td.TdClassName
{
border-color: #76B7D5;
}
.TagClassName
{
border-color: #76B7D5;
}
</style>