Shades of Seagull #7CACCD
Tints of Seagull #7CACCD
RGB
CMYK
RGB Variations
Color information
#7CACCD (or 0x7CACCD) is known color: Seagull. HEX triplet: 7C, AC and CD. RGB value is (124,172,205). Sum of RGB (Red+Green+Blue) = 124+172+205=501 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.75% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #7CACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CACCD is #835332. Grayscale: #A1A1A1. Windows color (decimal): -8606515 or 13479036. OLE color: 13479036.
HSL color Cylindrical-coordinate representation of color #7CACCD: hue angle of 204.44º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CACCD is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 172 | 205 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.20 |
| HSL | 204.44º | 0.45% | 0.65% | - |
| HSV(B) | 204.44º | 0.4% | 0.8% | - |
| XYZ | 34.08 | 38.2 | 63.33 | - |
| YUV | 161.41 | 152.6 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 205 | 0.40 | 0.16 | 0 | 0.20 | 204.44 | 0.45 | 0.65 |
| Hex | 7C | AC | CD | 28 | 10 | 0 | 14 | CC | 2D | 41 |
| Octal | 174 | 254 | 315 | 50 | 20 | 0 | 24 | 314 | 55 | 101 |
| Binary | 1111100 | 10101100 | 11001101 | 101000 | 10000 | 0 | 10100 | 11001100 | 101101 | 1000001 |
Color Harmonies of #7CACCD
Complementary color
Monochromatic Colors of #7CACCD
Black with #7CACCD
Text Example
Text Example
White with #7CACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CACCD; }
p { color: rgb(124,172,205); }
H1.HeaderClassName
{
color: #7CACCD;
}
.AnyTagClassName
{
color: #7CACCD;
}
</style>
background-color css
<style>
a { background-color: #7CACCD; }
a { background-color: rgb(124,172,205); }
div.DivClassName
{
background-color: #7CACCD;
}
.BgClassName
{
background-color: #7CACCD;
}
</style>
border-color css
<style>
span { border-color: #7CACCD; }
span { border-color: rgb(124,172,205); }
td.TdClassName
{
border-color: #7CACCD;
}
.TagClassName
{
border-color: #7CACCD;
}
</style>