Shades of Gull Grey #9BA7AA
Tints of Gull Grey #9BA7AA
RGB
CMYK
RGB Variations
Color information
#9BA7AA (or 0x9BA7AA) is known color: Gull Grey. HEX triplet: 9B, A7 and AA. RGB value is (155,167,170). Sum of RGB (Red+Green+Blue) = 155+167+170=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 170 - color contains mainly: blue. Hex color #9BA7AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA7AA is #645855. Grayscale: #A3A3A3. Windows color (decimal): -6576214 or 11184027. OLE color: 11184027.
HSL color Cylindrical-coordinate representation of color #9BA7AA: hue angle of 192º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9BA7AA is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 167 | 170 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.33 |
| HSL | 192º | 0.08% | 0.64% | - |
| HSV(B) | 192º | 0.09% | 0.67% | - |
| XYZ | 34.59 | 37.51 | 43.45 | - |
| YUV | 163.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 170 | 0.09 | 0.02 | 0 | 0.33 | 192 | 0.08 | 0.64 |
| Hex | 9B | A7 | AA | 9 | 2 | 0 | 21 | C0 | 8 | 40 |
| Octal | 233 | 247 | 252 | 11 | 2 | 0 | 41 | 300 | 10 | 100 |
| Binary | 10011011 | 10100111 | 10101010 | 1001 | 10 | 0 | 100001 | 11000000 | 1000 | 1000000 |
Color Harmonies of #9BA7AA
Complementary color
Monochromatic Colors of #9BA7AA
Black with #9BA7AA
Text Example
Text Example
White with #9BA7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA7AA; }
p { color: rgb(155,167,170); }
H1.HeaderClassName
{
color: #9BA7AA;
}
.AnyTagClassName
{
color: #9BA7AA;
}
</style>
background-color css
<style>
a { background-color: #9BA7AA; }
a { background-color: rgb(155,167,170); }
div.DivClassName
{
background-color: #9BA7AA;
}
.BgClassName
{
background-color: #9BA7AA;
}
</style>
border-color css
<style>
span { border-color: #9BA7AA; }
span { border-color: rgb(155,167,170); }
td.TdClassName
{
border-color: #9BA7AA;
}
.TagClassName
{
border-color: #9BA7AA;
}
</style>