Shades of Seagull #7AACCD
Tints of Seagull #7AACCD
RGB
CMYK
RGB Variations
Color information
#7AACCD (or 0x7AACCD) is known color: Seagull. HEX triplet: 7A, AC and CD. RGB value is (122,172,205). Sum of RGB (Red+Green+Blue) = 122+172+205=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #7AACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AACCD is #855332. Grayscale: #A0A0A0. Windows color (decimal): -8737587 or 13479034. OLE color: 13479034.
HSL color Cylindrical-coordinate representation of color #7AACCD: hue angle of 203.86º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AACCD is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 172 | 205 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.20 |
| HSL | 203.86º | 0.45% | 0.64% | - |
| HSV(B) | 203.86º | 0.4% | 0.8% | - |
| XYZ | 33.8 | 38.05 | 63.32 | - |
| YUV | 160.81 | 152.94 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 205 | 0.40 | 0.16 | 0 | 0.20 | 203.86 | 0.45 | 0.64 |
| Hex | 7A | AC | CD | 28 | 10 | 0 | 14 | CC | 2D | 40 |
| Octal | 172 | 254 | 315 | 50 | 20 | 0 | 24 | 314 | 55 | 100 |
| Binary | 1111010 | 10101100 | 11001101 | 101000 | 10000 | 0 | 10100 | 11001100 | 101101 | 1000000 |
Color Harmonies of #7AACCD
Complementary color
Monochromatic Colors of #7AACCD
Black with #7AACCD
Text Example
Text Example
White with #7AACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AACCD; }
p { color: rgb(122,172,205); }
H1.HeaderClassName
{
color: #7AACCD;
}
.AnyTagClassName
{
color: #7AACCD;
}
</style>
background-color css
<style>
a { background-color: #7AACCD; }
a { background-color: rgb(122,172,205); }
div.DivClassName
{
background-color: #7AACCD;
}
.BgClassName
{
background-color: #7AACCD;
}
</style>
border-color css
<style>
span { border-color: #7AACCD; }
span { border-color: rgb(122,172,205); }
td.TdClassName
{
border-color: #7AACCD;
}
.TagClassName
{
border-color: #7AACCD;
}
</style>