Shades of Seagull #7AACCC
Tints of Seagull #7AACCC
RGB
CMYK
RGB Variations
Color information
#7AACCC (or 0x7AACCC) is known color: Seagull. HEX triplet: 7A, AC and CC. RGB value is (122,172,204). Sum of RGB (Red+Green+Blue) = 122+172+204=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #7AACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AACCC is #855333. Grayscale: #A0A0A0. Windows color (decimal): -8737588 or 13413498. OLE color: 13413498.
HSL color Cylindrical-coordinate representation of color #7AACCC: hue angle of 203.41º 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 #7AACCC is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 172 | 204 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.2 |
| HSL | 203.41º | 0.45% | 0.64% | - |
| HSV(B) | 203.41º | 0.4% | 0.8% | - |
| XYZ | 33.68 | 38 | 62.69 | - |
| YUV | 160.7 | 152.44 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 204 | 0.40 | 0.16 | 0 | 0.2 | 203.41 | 0.45 | 0.64 |
| Hex | 7A | AC | CC | 28 | 10 | 0 | 14 | CB | 2D | 40 |
| Octal | 172 | 254 | 314 | 50 | 20 | 0 | 24 | 313 | 55 | 100 |
| Binary | 1111010 | 10101100 | 11001100 | 101000 | 10000 | 0 | 10100 | 11001011 | 101101 | 1000000 |
Color Harmonies of #7AACCC
Complementary color
Monochromatic Colors of #7AACCC
Black with #7AACCC
Text Example
Text Example
White with #7AACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AACCC; }
p { color: rgb(122,172,204); }
H1.HeaderClassName
{
color: #7AACCC;
}
.AnyTagClassName
{
color: #7AACCC;
}
</style>
background-color css
<style>
a { background-color: #7AACCC; }
a { background-color: rgb(122,172,204); }
div.DivClassName
{
background-color: #7AACCC;
}
.BgClassName
{
background-color: #7AACCC;
}
</style>
border-color css
<style>
span { border-color: #7AACCC; }
span { border-color: rgb(122,172,204); }
td.TdClassName
{
border-color: #7AACCC;
}
.TagClassName
{
border-color: #7AACCC;
}
</style>