Shades of Gull Grey #9CABAF
Tints of Gull Grey #9CABAF
RGB
CMYK
RGB Variations
Color information
#9CABAF (or 0x9CABAF) is known color: Gull Grey. HEX triplet: 9C, AB and AF. RGB value is (156,171,175). Sum of RGB (Red+Green+Blue) = 156+171+175=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 175 - color contains mainly: blue. Hex color #9CABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CABAF is #635450. Grayscale: #A6A6A6. Windows color (decimal): -6509649 or 11512732. OLE color: 11512732.
HSL color Cylindrical-coordinate representation of color #9CABAF: hue angle of 192.63º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9CABAF is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 171 | 175 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.31 |
| HSL | 192.63º | 0.11% | 0.65% | - |
| HSV(B) | 192.63º | 0.11% | 0.69% | - |
| XYZ | 36.01 | 39.29 | 46.24 | - |
| YUV | 166.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 171 | 175 | 0.11 | 0.02 | 0 | 0.31 | 192.63 | 0.11 | 0.65 |
| Hex | 9C | AB | AF | B | 2 | 0 | 1F | C1 | B | 41 |
| Octal | 234 | 253 | 257 | 13 | 2 | 0 | 37 | 301 | 13 | 101 |
| Binary | 10011100 | 10101011 | 10101111 | 1011 | 10 | 0 | 11111 | 11000001 | 1011 | 1000001 |
Color Harmonies of #9CABAF
Complementary color
Monochromatic Colors of #9CABAF
Black with #9CABAF
Text Example
Text Example
White with #9CABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CABAF; }
p { color: rgb(156,171,175); }
H1.HeaderClassName
{
color: #9CABAF;
}
.AnyTagClassName
{
color: #9CABAF;
}
</style>
background-color css
<style>
a { background-color: #9CABAF; }
a { background-color: rgb(156,171,175); }
div.DivClassName
{
background-color: #9CABAF;
}
.BgClassName
{
background-color: #9CABAF;
}
</style>
border-color css
<style>
span { border-color: #9CABAF; }
span { border-color: rgb(156,171,175); }
td.TdClassName
{
border-color: #9CABAF;
}
.TagClassName
{
border-color: #9CABAF;
}
</style>