Shades of Casper #A7B1B4
Tints of Casper #A7B1B4
RGB
CMYK
RGB Variations
Color information
#A7B1B4 (or 0xA7B1B4) is known color: Casper. HEX triplet: A7, B1 and B4. RGB value is (167,177,180). Sum of RGB (Red+Green+Blue) = 167+177+180=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 180 - color contains mainly: blue. Hex color #A7B1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7B1B4 is #584E4B. Grayscale: #AEAEAE. Windows color (decimal): -5787212 or 11841959. OLE color: 11841959.
HSL color Cylindrical-coordinate representation of color #A7B1B4: hue angle of 193.85º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A7B1B4 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 177 | 180 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.29 |
| HSL | 193.85º | 0.08% | 0.68% | - |
| HSV(B) | 193.85º | 0.07% | 0.71% | - |
| XYZ | 39.9 | 42.96 | 49.37 | - |
| YUV | 174.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 180 | 0.07 | 0.02 | 0 | 0.29 | 193.85 | 0.08 | 0.68 |
| Hex | A7 | B1 | B4 | 7 | 2 | 0 | 1D | C2 | 8 | 44 |
| Octal | 247 | 261 | 264 | 7 | 2 | 0 | 35 | 302 | 10 | 104 |
| Binary | 10100111 | 10110001 | 10110100 | 111 | 10 | 0 | 11101 | 11000010 | 1000 | 1000100 |
Color Harmonies of #A7B1B4
Complementary color
Monochromatic Colors of #A7B1B4
Black with #A7B1B4
Text Example
Text Example
White with #A7B1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B1B4; }
p { color: rgb(167,177,180); }
H1.HeaderClassName
{
color: #A7B1B4;
}
.AnyTagClassName
{
color: #A7B1B4;
}
</style>
background-color css
<style>
a { background-color: #A7B1B4; }
a { background-color: rgb(167,177,180); }
div.DivClassName
{
background-color: #A7B1B4;
}
.BgClassName
{
background-color: #A7B1B4;
}
</style>
border-color css
<style>
span { border-color: #A7B1B4; }
span { border-color: rgb(167,177,180); }
td.TdClassName
{
border-color: #A7B1B4;
}
.TagClassName
{
border-color: #A7B1B4;
}
</style>