Shades of Seagull #7BAACB
Tints of Seagull #7BAACB
RGB
CMYK
RGB Variations
Color information
#7BAACB (or 0x7BAACB) is known color: Seagull. HEX triplet: 7B, AA and CB. RGB value is (123,170,203). Sum of RGB (Red+Green+Blue) = 123+170+203=496 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.80% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #7BAACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAACB is #845534. Grayscale: #9F9F9F. Windows color (decimal): -8672565 or 13347451. OLE color: 13347451.
HSL color Cylindrical-coordinate representation of color #7BAACB: hue angle of 204.75º 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 #7BAACB is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 170 | 203 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.20 |
| HSL | 204.75º | 0.43% | 0.64% | - |
| HSV(B) | 204.75º | 0.39% | 0.8% | - |
| XYZ | 33.32 | 37.27 | 61.94 | - |
| YUV | 159.71 | 152.43 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 203 | 0.39 | 0.16 | 0 | 0.20 | 204.75 | 0.43 | 0.64 |
| Hex | 7B | AA | CB | 27 | 10 | 0 | 14 | CD | 2B | 40 |
| Octal | 173 | 252 | 313 | 47 | 20 | 0 | 24 | 315 | 53 | 100 |
| Binary | 1111011 | 10101010 | 11001011 | 100111 | 10000 | 0 | 10100 | 11001101 | 101011 | 1000000 |
Color Harmonies of #7BAACB
Complementary color
Monochromatic Colors of #7BAACB
Black with #7BAACB
Text Example
Text Example
White with #7BAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAACB; }
p { color: rgb(123,170,203); }
H1.HeaderClassName
{
color: #7BAACB;
}
.AnyTagClassName
{
color: #7BAACB;
}
</style>
background-color css
<style>
a { background-color: #7BAACB; }
a { background-color: rgb(123,170,203); }
div.DivClassName
{
background-color: #7BAACB;
}
.BgClassName
{
background-color: #7BAACB;
}
</style>
border-color css
<style>
span { border-color: #7BAACB; }
span { border-color: rgb(123,170,203); }
td.TdClassName
{
border-color: #7BAACB;
}
.TagClassName
{
border-color: #7BAACB;
}
</style>