Shades of Casper #A7B7BB
Tints of Casper #A7B7BB
RGB
CMYK
RGB Variations
Color information
#A7B7BB (or 0xA7B7BB) is known color: Casper. HEX triplet: A7, B7 and BB. RGB value is (167,183,187). Sum of RGB (Red+Green+Blue) = 167+183+187=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 187 - color contains mainly: blue. Hex color #A7B7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B7BB is #584844. Grayscale: #B2B2B2. Windows color (decimal): -5785669 or 12302247. OLE color: 12302247.
HSL color Cylindrical-coordinate representation of color #A7B7BB: hue angle of 192º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A7B7BB is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 183 | 187 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.27 |
| HSL | 192º | 0.13% | 0.69% | - |
| HSV(B) | 192º | 0.11% | 0.73% | - |
| XYZ | 41.84 | 45.67 | 53.62 | - |
| YUV | 178.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 183 | 187 | 0.11 | 0.02 | 0 | 0.27 | 192 | 0.13 | 0.69 |
| Hex | A7 | B7 | BB | B | 2 | 0 | 1B | C0 | D | 45 |
| Octal | 247 | 267 | 273 | 13 | 2 | 0 | 33 | 300 | 15 | 105 |
| Binary | 10100111 | 10110111 | 10111011 | 1011 | 10 | 0 | 11011 | 11000000 | 1101 | 1000101 |
Color Harmonies of #A7B7BB
Complementary color
Monochromatic Colors of #A7B7BB
Black with #A7B7BB
Text Example
Text Example
White with #A7B7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B7BB; }
p { color: rgb(167,183,187); }
H1.HeaderClassName
{
color: #A7B7BB;
}
.AnyTagClassName
{
color: #A7B7BB;
}
</style>
background-color css
<style>
a { background-color: #A7B7BB; }
a { background-color: rgb(167,183,187); }
div.DivClassName
{
background-color: #A7B7BB;
}
.BgClassName
{
background-color: #A7B7BB;
}
</style>
border-color css
<style>
span { border-color: #A7B7BB; }
span { border-color: rgb(167,183,187); }
td.TdClassName
{
border-color: #A7B7BB;
}
.TagClassName
{
border-color: #A7B7BB;
}
</style>