Shades of Seagull #76A8C8
Tints of Seagull #76A8C8
RGB
CMYK
RGB Variations
Color information
#76A8C8 (or 0x76A8C8) is known color: Seagull. HEX triplet: 76, A8 and C8. RGB value is (118,168,200). Sum of RGB (Red+Green+Blue) = 118+168+200=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 200 - color contains mainly: blue. Hex color #76A8C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A8C8 is #895737. Grayscale: #9C9C9C. Windows color (decimal): -9000760 or 13150326. OLE color: 13150326.
HSL color Cylindrical-coordinate representation of color #76A8C8: hue angle of 203.41º 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 #76A8C8 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 168 | 200 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.22 |
| HSL | 203.41º | 0.43% | 0.62% | - |
| HSV(B) | 203.41º | 0.41% | 0.78% | - |
| XYZ | 31.9 | 36.03 | 59.92 | - |
| YUV | 156.7 | 152.44 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 168 | 200 | 0.41 | 0.16 | 0 | 0.22 | 203.41 | 0.43 | 0.62 |
| Hex | 76 | A8 | C8 | 29 | 10 | 0 | 16 | CB | 2B | 3E |
| Octal | 166 | 250 | 310 | 51 | 20 | 0 | 26 | 313 | 53 | 76 |
| Binary | 1110110 | 10101000 | 11001000 | 101001 | 10000 | 0 | 10110 | 11001011 | 101011 | 111110 |
Color Harmonies of #76A8C8
Complementary color
Monochromatic Colors of #76A8C8
Black with #76A8C8
Text Example
Text Example
White with #76A8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A8C8; }
p { color: rgb(118,168,200); }
H1.HeaderClassName
{
color: #76A8C8;
}
.AnyTagClassName
{
color: #76A8C8;
}
</style>
background-color css
<style>
a { background-color: #76A8C8; }
a { background-color: rgb(118,168,200); }
div.DivClassName
{
background-color: #76A8C8;
}
.BgClassName
{
background-color: #76A8C8;
}
</style>
border-color css
<style>
span { border-color: #76A8C8; }
span { border-color: rgb(118,168,200); }
td.TdClassName
{
border-color: #76A8C8;
}
.TagClassName
{
border-color: #76A8C8;
}
</style>