Shades of Seagull #7CBACC
Tints of Seagull #7CBACC
RGB
CMYK
RGB Variations
Color information
#7CBACC (or 0x7CBACC) is known color: Seagull. HEX triplet: 7C, BA and CC. RGB value is (124,186,204). Sum of RGB (Red+Green+Blue) = 124+186+204=514 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.12% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #7CBACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBACC is #834533. Grayscale: #A9A9A9. Windows color (decimal): -8602932 or 13417084. OLE color: 13417084.
HSL color Cylindrical-coordinate representation of color #7CBACC: hue angle of 193.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CBACC is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 186 | 204 | - |
| CMYK | 0.39 | 0.09 | 0 | 0.2 |
| HSL | 193.5º | 0.44% | 0.64% | - |
| HSV(B) | 193.5º | 0.39% | 0.8% | - |
| XYZ | 36.77 | 43.76 | 63.64 | - |
| YUV | 169.51 | 147.46 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 204 | 0.39 | 0.09 | 0 | 0.2 | 193.5 | 0.44 | 0.64 |
| Hex | 7C | BA | CC | 27 | 9 | 0 | 14 | C2 | 2C | 40 |
| Octal | 174 | 272 | 314 | 47 | 11 | 0 | 24 | 302 | 54 | 100 |
| Binary | 1111100 | 10111010 | 11001100 | 100111 | 1001 | 0 | 10100 | 11000010 | 101100 | 1000000 |
Color Harmonies of #7CBACC
Complementary color
Monochromatic Colors of #7CBACC
Black with #7CBACC
Text Example
Text Example
White with #7CBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBACC; }
p { color: rgb(124,186,204); }
H1.HeaderClassName
{
color: #7CBACC;
}
.AnyTagClassName
{
color: #7CBACC;
}
</style>
background-color css
<style>
a { background-color: #7CBACC; }
a { background-color: rgb(124,186,204); }
div.DivClassName
{
background-color: #7CBACC;
}
.BgClassName
{
background-color: #7CBACC;
}
</style>
border-color css
<style>
span { border-color: #7CBACC; }
span { border-color: rgb(124,186,204); }
td.TdClassName
{
border-color: #7CBACC;
}
.TagClassName
{
border-color: #7CBACC;
}
</style>