Shades of Seagull #76B5C8
Tints of Seagull #76B5C8
RGB
CMYK
RGB Variations
Color information
#76B5C8 (or 0x76B5C8) is known color: Seagull. HEX triplet: 76, B5 and C8. RGB value is (118,181,200). Sum of RGB (Red+Green+Blue) = 118+181+200=499 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.65% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 200 - color contains mainly: blue. Hex color #76B5C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B5C8 is #894A37. Grayscale: #A4A4A4. Windows color (decimal): -8997432 or 13153654. OLE color: 13153654.
HSL color Cylindrical-coordinate representation of color #76B5C8: hue angle of 193.9º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76B5C8 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 181 | 200 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.22 |
| HSL | 193.9º | 0.43% | 0.62% | - |
| HSV(B) | 193.9º | 0.41% | 0.78% | - |
| XYZ | 34.42 | 41.07 | 60.76 | - |
| YUV | 164.33 | 148.13 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 181 | 200 | 0.41 | 0.09 | 0 | 0.22 | 193.9 | 0.43 | 0.62 |
| Hex | 76 | B5 | C8 | 29 | 9 | 0 | 16 | C2 | 2B | 3E |
| Octal | 166 | 265 | 310 | 51 | 11 | 0 | 26 | 302 | 53 | 76 |
| Binary | 1110110 | 10110101 | 11001000 | 101001 | 1001 | 0 | 10110 | 11000010 | 101011 | 111110 |
Color Harmonies of #76B5C8
Complementary color
Monochromatic Colors of #76B5C8
Black with #76B5C8
Text Example
Text Example
White with #76B5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B5C8; }
p { color: rgb(118,181,200); }
H1.HeaderClassName
{
color: #76B5C8;
}
.AnyTagClassName
{
color: #76B5C8;
}
</style>
background-color css
<style>
a { background-color: #76B5C8; }
a { background-color: rgb(118,181,200); }
div.DivClassName
{
background-color: #76B5C8;
}
.BgClassName
{
background-color: #76B5C8;
}
</style>
border-color css
<style>
span { border-color: #76B5C8; }
span { border-color: rgb(118,181,200); }
td.TdClassName
{
border-color: #76B5C8;
}
.TagClassName
{
border-color: #76B5C8;
}
</style>