Shades of Seagull #7AAACB
Tints of Seagull #7AAACB
RGB
CMYK
RGB Variations
Color information
#7AAACB (or 0x7AAACB) is known color: Seagull. HEX triplet: 7A, AA and CB. RGB value is (122,170,203). Sum of RGB (Red+Green+Blue) = 122+170+203=495 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.65% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #7AAACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAACB is #855534. Grayscale: #9F9F9F. Windows color (decimal): -8738101 or 13347450. OLE color: 13347450.
HSL color Cylindrical-coordinate representation of color #7AAACB: hue angle of 204.44º degrees, saturation: 0.44, 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 #7AAACB is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 170 | 203 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.20 |
| HSL | 204.44º | 0.44% | 0.64% | - |
| HSV(B) | 204.44º | 0.4% | 0.8% | - |
| XYZ | 33.18 | 37.2 | 61.93 | - |
| YUV | 159.41 | 152.6 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 203 | 0.40 | 0.16 | 0 | 0.20 | 204.44 | 0.44 | 0.64 |
| Hex | 7A | AA | CB | 28 | 10 | 0 | 14 | CC | 2C | 40 |
| Octal | 172 | 252 | 313 | 50 | 20 | 0 | 24 | 314 | 54 | 100 |
| Binary | 1111010 | 10101010 | 11001011 | 101000 | 10000 | 0 | 10100 | 11001100 | 101100 | 1000000 |
Color Harmonies of #7AAACB
Complementary color
Monochromatic Colors of #7AAACB
Black with #7AAACB
Text Example
Text Example
White with #7AAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAACB; }
p { color: rgb(122,170,203); }
H1.HeaderClassName
{
color: #7AAACB;
}
.AnyTagClassName
{
color: #7AAACB;
}
</style>
background-color css
<style>
a { background-color: #7AAACB; }
a { background-color: rgb(122,170,203); }
div.DivClassName
{
background-color: #7AAACB;
}
.BgClassName
{
background-color: #7AAACB;
}
</style>
border-color css
<style>
span { border-color: #7AAACB; }
span { border-color: rgb(122,170,203); }
td.TdClassName
{
border-color: #7AAACB;
}
.TagClassName
{
border-color: #7AAACB;
}
</style>