Shades of Seagull #7AACCA
Tints of Seagull #7AACCA
RGB
CMYK
RGB Variations
Color information
#7AACCA (or 0x7AACCA) is known color: Seagull. HEX triplet: 7A, AC and CA. RGB value is (122,172,202). Sum of RGB (Red+Green+Blue) = 122+172+202=496 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.60% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #7AACCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AACCA is #855335. Grayscale: #A0A0A0. Windows color (decimal): -8737590 or 13282426. OLE color: 13282426.
HSL color Cylindrical-coordinate representation of color #7AACCA: hue angle of 202.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AACCA is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 172 | 202 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.21 |
| HSL | 202.5º | 0.43% | 0.64% | - |
| HSV(B) | 202.5º | 0.4% | 0.79% | - |
| XYZ | 33.44 | 37.91 | 61.43 | - |
| YUV | 160.47 | 151.44 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 202 | 0.40 | 0.15 | 0 | 0.21 | 202.5 | 0.43 | 0.64 |
| Hex | 7A | AC | CA | 28 | F | 0 | 15 | CA | 2B | 40 |
| Octal | 172 | 254 | 312 | 50 | 17 | 0 | 25 | 312 | 53 | 100 |
| Binary | 1111010 | 10101100 | 11001010 | 101000 | 1111 | 0 | 10101 | 11001010 | 101011 | 1000000 |
Color Harmonies of #7AACCA
Complementary color
Monochromatic Colors of #7AACCA
Black with #7AACCA
Text Example
Text Example
White with #7AACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AACCA; }
p { color: rgb(122,172,202); }
H1.HeaderClassName
{
color: #7AACCA;
}
.AnyTagClassName
{
color: #7AACCA;
}
</style>
background-color css
<style>
a { background-color: #7AACCA; }
a { background-color: rgb(122,172,202); }
div.DivClassName
{
background-color: #7AACCA;
}
.BgClassName
{
background-color: #7AACCA;
}
</style>
border-color css
<style>
span { border-color: #7AACCA; }
span { border-color: rgb(122,172,202); }
td.TdClassName
{
border-color: #7AACCA;
}
.TagClassName
{
border-color: #7AACCA;
}
</style>