Shades of Seagull #76B2D3
Tints of Seagull #76B2D3
RGB
CMYK
RGB Variations
Color information
#76B2D3 (or 0x76B2D3) is known color: Seagull. HEX triplet: 76, B2 and D3. RGB value is (118,178,211). Sum of RGB (Red+Green+Blue) = 118+178+211=507 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.27% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 211 - color contains mainly: blue. Hex color #76B2D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B2D3 is #894D2C. Grayscale: #A3A3A3. Windows color (decimal): -8998189 or 13873782. OLE color: 13873782.
HSL color Cylindrical-coordinate representation of color #76B2D3: hue angle of 201.29º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76B2D3 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 178 | 211 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.17 |
| HSL | 201.29º | 0.51% | 0.65% | - |
| HSV(B) | 201.29º | 0.44% | 0.83% | - |
| XYZ | 35.15 | 40.4 | 67.57 | - |
| YUV | 163.82 | 154.62 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 178 | 211 | 0.44 | 0.16 | 0 | 0.17 | 201.29 | 0.51 | 0.65 |
| Hex | 76 | B2 | D3 | 2C | 10 | 0 | 11 | C9 | 33 | 41 |
| Octal | 166 | 262 | 323 | 54 | 20 | 0 | 21 | 311 | 63 | 101 |
| Binary | 1110110 | 10110010 | 11010011 | 101100 | 10000 | 0 | 10001 | 11001001 | 110011 | 1000001 |
Color Harmonies of #76B2D3
Complementary color
Monochromatic Colors of #76B2D3
Black with #76B2D3
Text Example
Text Example
White with #76B2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B2D3; }
p { color: rgb(118,178,211); }
H1.HeaderClassName
{
color: #76B2D3;
}
.AnyTagClassName
{
color: #76B2D3;
}
</style>
background-color css
<style>
a { background-color: #76B2D3; }
a { background-color: rgb(118,178,211); }
div.DivClassName
{
background-color: #76B2D3;
}
.BgClassName
{
background-color: #76B2D3;
}
</style>
border-color css
<style>
span { border-color: #76B2D3; }
span { border-color: rgb(118,178,211); }
td.TdClassName
{
border-color: #76B2D3;
}
.TagClassName
{
border-color: #76B2D3;
}
</style>