Shades of Seagull #7CB7CA
Tints of Seagull #7CB7CA
RGB
CMYK
RGB Variations
Color information
#7CB7CA (or 0x7CB7CA) is known color: Seagull. HEX triplet: 7C, B7 and CA. RGB value is (124,183,202). Sum of RGB (Red+Green+Blue) = 124+183+202=509 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.36% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #7CB7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB7CA is #834835. Grayscale: #A7A7A7. Windows color (decimal): -8603702 or 13285244. OLE color: 13285244.
HSL color Cylindrical-coordinate representation of color #7CB7CA: hue angle of 194.62º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CB7CA is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 183 | 202 | - |
| CMYK | 0.39 | 0.09 | 0 | 0.21 |
| HSL | 194.62º | 0.42% | 0.64% | - |
| HSV(B) | 194.62º | 0.39% | 0.79% | - |
| XYZ | 35.91 | 42.42 | 62.17 | - |
| YUV | 167.53 | 147.45 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 202 | 0.39 | 0.09 | 0 | 0.21 | 194.62 | 0.42 | 0.64 |
| Hex | 7C | B7 | CA | 27 | 9 | 0 | 15 | C3 | 2A | 40 |
| Octal | 174 | 267 | 312 | 47 | 11 | 0 | 25 | 303 | 52 | 100 |
| Binary | 1111100 | 10110111 | 11001010 | 100111 | 1001 | 0 | 10101 | 11000011 | 101010 | 1000000 |
Color Harmonies of #7CB7CA
Complementary color
Monochromatic Colors of #7CB7CA
Black with #7CB7CA
Text Example
Text Example
White with #7CB7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB7CA; }
p { color: rgb(124,183,202); }
H1.HeaderClassName
{
color: #7CB7CA;
}
.AnyTagClassName
{
color: #7CB7CA;
}
</style>
background-color css
<style>
a { background-color: #7CB7CA; }
a { background-color: rgb(124,183,202); }
div.DivClassName
{
background-color: #7CB7CA;
}
.BgClassName
{
background-color: #7CB7CA;
}
</style>
border-color css
<style>
span { border-color: #7CB7CA; }
span { border-color: rgb(124,183,202); }
td.TdClassName
{
border-color: #7CB7CA;
}
.TagClassName
{
border-color: #7CB7CA;
}
</style>