Shades of Seagull #7CBCCC
Tints of Seagull #7CBCCC
RGB
CMYK
RGB Variations
Color information
#7CBCCC (or 0x7CBCCC) is known color: Seagull. HEX triplet: 7C, BC and CC. RGB value is (124,188,204). Sum of RGB (Red+Green+Blue) = 124+188+204=516 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.03% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #7CBCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBCCC is #834333. Grayscale: #AAAAAA. Windows color (decimal): -8602420 or 13417596. OLE color: 13417596.
HSL color Cylindrical-coordinate representation of color #7CBCCC: hue angle of 192º 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 #7CBCCC is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 188 | 204 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.2 |
| HSL | 192º | 0.44% | 0.64% | - |
| HSV(B) | 192º | 0.39% | 0.8% | - |
| XYZ | 37.19 | 44.61 | 63.78 | - |
| YUV | 170.69 | 146.8 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 204 | 0.39 | 0.08 | 0 | 0.2 | 192 | 0.44 | 0.64 |
| Hex | 7C | BC | CC | 27 | 8 | 0 | 14 | C0 | 2C | 40 |
| Octal | 174 | 274 | 314 | 47 | 10 | 0 | 24 | 300 | 54 | 100 |
| Binary | 1111100 | 10111100 | 11001100 | 100111 | 1000 | 0 | 10100 | 11000000 | 101100 | 1000000 |
Color Harmonies of #7CBCCC
Complementary color
Monochromatic Colors of #7CBCCC
Black with #7CBCCC
Text Example
Text Example
White with #7CBCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBCCC; }
p { color: rgb(124,188,204); }
H1.HeaderClassName
{
color: #7CBCCC;
}
.AnyTagClassName
{
color: #7CBCCC;
}
</style>
background-color css
<style>
a { background-color: #7CBCCC; }
a { background-color: rgb(124,188,204); }
div.DivClassName
{
background-color: #7CBCCC;
}
.BgClassName
{
background-color: #7CBCCC;
}
</style>
border-color css
<style>
span { border-color: #7CBCCC; }
span { border-color: rgb(124,188,204); }
td.TdClassName
{
border-color: #7CBCCC;
}
.TagClassName
{
border-color: #7CBCCC;
}
</style>