Shades of Seagull #7BACCC
Tints of Seagull #7BACCC
RGB
CMYK
RGB Variations
Color information
#7BACCC (or 0x7BACCC) is known color: Seagull. HEX triplet: 7B, AC and CC. RGB value is (123,172,204). Sum of RGB (Red+Green+Blue) = 123+172+204=499 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.65% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #7BACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BACCC is #845333. Grayscale: #A0A0A0. Windows color (decimal): -8672052 or 13413499. OLE color: 13413499.
HSL color Cylindrical-coordinate representation of color #7BACCC: hue angle of 203.7º 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 #7BACCC is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 172 | 204 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.2 |
| HSL | 203.7º | 0.44% | 0.64% | - |
| HSV(B) | 203.7º | 0.4% | 0.8% | - |
| XYZ | 33.82 | 38.08 | 62.69 | - |
| YUV | 161 | 152.27 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 204 | 0.40 | 0.16 | 0 | 0.2 | 203.7 | 0.44 | 0.64 |
| Hex | 7B | AC | CC | 28 | 10 | 0 | 14 | CC | 2C | 40 |
| Octal | 173 | 254 | 314 | 50 | 20 | 0 | 24 | 314 | 54 | 100 |
| Binary | 1111011 | 10101100 | 11001100 | 101000 | 10000 | 0 | 10100 | 11001100 | 101100 | 1000000 |
Color Harmonies of #7BACCC
Complementary color
Monochromatic Colors of #7BACCC
Black with #7BACCC
Text Example
Text Example
White with #7BACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BACCC; }
p { color: rgb(123,172,204); }
H1.HeaderClassName
{
color: #7BACCC;
}
.AnyTagClassName
{
color: #7BACCC;
}
</style>
background-color css
<style>
a { background-color: #7BACCC; }
a { background-color: rgb(123,172,204); }
div.DivClassName
{
background-color: #7BACCC;
}
.BgClassName
{
background-color: #7BACCC;
}
</style>
border-color css
<style>
span { border-color: #7BACCC; }
span { border-color: rgb(123,172,204); }
td.TdClassName
{
border-color: #7BACCC;
}
.TagClassName
{
border-color: #7BACCC;
}
</style>