Shades of Seagull #7CB7CB
Tints of Seagull #7CB7CB
RGB
CMYK
RGB Variations
Color information
#7CB7CB (or 0x7CB7CB) is known color: Seagull. HEX triplet: 7C, B7 and CB. RGB value is (124,183,203). Sum of RGB (Red+Green+Blue) = 124+183+203=510 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.31% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #7CB7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB7CB is #834834. Grayscale: #A7A7A7. Windows color (decimal): -8603701 or 13350780. OLE color: 13350780.
HSL color Cylindrical-coordinate representation of color #7CB7CB: hue angle of 195.19º degrees, saturation: 0.43, 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 #7CB7CB is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 183 | 203 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.20 |
| HSL | 195.19º | 0.43% | 0.64% | - |
| HSV(B) | 195.19º | 0.39% | 0.8% | - |
| XYZ | 36.03 | 42.46 | 62.8 | - |
| YUV | 167.64 | 147.95 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 203 | 0.39 | 0.10 | 0 | 0.20 | 195.19 | 0.43 | 0.64 |
| Hex | 7C | B7 | CB | 27 | A | 0 | 14 | C3 | 2B | 40 |
| Octal | 174 | 267 | 313 | 47 | 12 | 0 | 24 | 303 | 53 | 100 |
| Binary | 1111100 | 10110111 | 11001011 | 100111 | 1010 | 0 | 10100 | 11000011 | 101011 | 1000000 |
Color Harmonies of #7CB7CB
Complementary color
Monochromatic Colors of #7CB7CB
Black with #7CB7CB
Text Example
Text Example
White with #7CB7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB7CB; }
p { color: rgb(124,183,203); }
H1.HeaderClassName
{
color: #7CB7CB;
}
.AnyTagClassName
{
color: #7CB7CB;
}
</style>
background-color css
<style>
a { background-color: #7CB7CB; }
a { background-color: rgb(124,183,203); }
div.DivClassName
{
background-color: #7CB7CB;
}
.BgClassName
{
background-color: #7CB7CB;
}
</style>
border-color css
<style>
span { border-color: #7CB7CB; }
span { border-color: rgb(124,183,203); }
td.TdClassName
{
border-color: #7CB7CB;
}
.TagClassName
{
border-color: #7CB7CB;
}
</style>