Shades of Seagull #7CB2CA
Tints of Seagull #7CB2CA
RGB
CMYK
RGB Variations
Color information
#7CB2CA (or 0x7CB2CA) is known color: Seagull. HEX triplet: 7C, B2 and CA. RGB value is (124,178,202). Sum of RGB (Red+Green+Blue) = 124+178+202=504 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.60% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #7CB2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CB2CA is #834D35. Grayscale: #A4A4A4. Windows color (decimal): -8604982 or 13283964. OLE color: 13283964.
HSL color Cylindrical-coordinate representation of color #7CB2CA: hue angle of 198.46º 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 #7CB2CA is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 178 | 202 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.21 |
| HSL | 198.46º | 0.42% | 0.64% | - |
| HSV(B) | 198.46º | 0.39% | 0.79% | - |
| XYZ | 34.89 | 40.39 | 61.83 | - |
| YUV | 164.59 | 149.11 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 178 | 202 | 0.39 | 0.12 | 0 | 0.21 | 198.46 | 0.42 | 0.64 |
| Hex | 7C | B2 | CA | 27 | C | 0 | 15 | C6 | 2A | 40 |
| Octal | 174 | 262 | 312 | 47 | 14 | 0 | 25 | 306 | 52 | 100 |
| Binary | 1111100 | 10110010 | 11001010 | 100111 | 1100 | 0 | 10101 | 11000110 | 101010 | 1000000 |
Color Harmonies of #7CB2CA
Complementary color
Monochromatic Colors of #7CB2CA
Black with #7CB2CA
Text Example
Text Example
White with #7CB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB2CA; }
p { color: rgb(124,178,202); }
H1.HeaderClassName
{
color: #7CB2CA;
}
.AnyTagClassName
{
color: #7CB2CA;
}
</style>
background-color css
<style>
a { background-color: #7CB2CA; }
a { background-color: rgb(124,178,202); }
div.DivClassName
{
background-color: #7CB2CA;
}
.BgClassName
{
background-color: #7CB2CA;
}
</style>
border-color css
<style>
span { border-color: #7CB2CA; }
span { border-color: rgb(124,178,202); }
td.TdClassName
{
border-color: #7CB2CA;
}
.TagClassName
{
border-color: #7CB2CA;
}
</style>