Shades of Seagull #7BACCE
Tints of Seagull #7BACCE
RGB
CMYK
RGB Variations
Color information
#7BACCE (or 0x7BACCE) is known color: Seagull. HEX triplet: 7B, AC and CE. RGB value is (123,172,206). Sum of RGB (Red+Green+Blue) = 123+172+206=501 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.55% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #7BACCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BACCE is #845331. Grayscale: #A1A1A1. Windows color (decimal): -8672050 or 13544571. OLE color: 13544571.
HSL color Cylindrical-coordinate representation of color #7BACCE: hue angle of 204.58º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BACCE is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 172 | 206 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.19 |
| HSL | 204.58º | 0.46% | 0.65% | - |
| HSV(B) | 204.58º | 0.4% | 0.81% | - |
| XYZ | 34.06 | 38.17 | 63.97 | - |
| YUV | 161.23 | 153.27 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 206 | 0.40 | 0.17 | 0 | 0.19 | 204.58 | 0.46 | 0.65 |
| Hex | 7B | AC | CE | 28 | 11 | 0 | 13 | CD | 2E | 41 |
| Octal | 173 | 254 | 316 | 50 | 21 | 0 | 23 | 315 | 56 | 101 |
| Binary | 1111011 | 10101100 | 11001110 | 101000 | 10001 | 0 | 10011 | 11001101 | 101110 | 1000001 |
Color Harmonies of #7BACCE
Complementary color
Monochromatic Colors of #7BACCE
Black with #7BACCE
Text Example
Text Example
White with #7BACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BACCE; }
p { color: rgb(123,172,206); }
H1.HeaderClassName
{
color: #7BACCE;
}
.AnyTagClassName
{
color: #7BACCE;
}
</style>
background-color css
<style>
a { background-color: #7BACCE; }
a { background-color: rgb(123,172,206); }
div.DivClassName
{
background-color: #7BACCE;
}
.BgClassName
{
background-color: #7BACCE;
}
</style>
border-color css
<style>
span { border-color: #7BACCE; }
span { border-color: rgb(123,172,206); }
td.TdClassName
{
border-color: #7BACCE;
}
.TagClassName
{
border-color: #7BACCE;
}
</style>