Shades of Casper #A7B2B3
Tints of Casper #A7B2B3
RGB
CMYK
RGB Variations
Color information
#A7B2B3 (or 0xA7B2B3) is known color: Casper. HEX triplet: A7, B2 and B3. RGB value is (167,178,179). Sum of RGB (Red+Green+Blue) = 167+178+179=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 179 - color contains mainly: blue. Hex color #A7B2B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7B2B3 is #584D4C. Grayscale: #AEAEAE. Windows color (decimal): -5786957 or 11776679. OLE color: 11776679.
HSL color Cylindrical-coordinate representation of color #A7B2B3: hue angle of 185º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A7B2B3 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 178 | 179 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.30 |
| HSL | 185º | 0.07% | 0.68% | - |
| HSV(B) | 185º | 0.07% | 0.7% | - |
| XYZ | 39.99 | 43.31 | 48.9 | - |
| YUV | 174.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 178 | 179 | 0.07 | 0.01 | 0 | 0.30 | 185 | 0.07 | 0.68 |
| Hex | A7 | B2 | B3 | 7 | 1 | 0 | 1E | B9 | 7 | 44 |
| Octal | 247 | 262 | 263 | 7 | 1 | 0 | 36 | 271 | 7 | 104 |
| Binary | 10100111 | 10110010 | 10110011 | 111 | 1 | 0 | 11110 | 10111001 | 111 | 1000100 |
Color Harmonies of #A7B2B3
Complementary color
Monochromatic Colors of #A7B2B3
Black with #A7B2B3
Text Example
Text Example
White with #A7B2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B2B3; }
p { color: rgb(167,178,179); }
H1.HeaderClassName
{
color: #A7B2B3;
}
.AnyTagClassName
{
color: #A7B2B3;
}
</style>
background-color css
<style>
a { background-color: #A7B2B3; }
a { background-color: rgb(167,178,179); }
div.DivClassName
{
background-color: #A7B2B3;
}
.BgClassName
{
background-color: #A7B2B3;
}
</style>
border-color css
<style>
span { border-color: #A7B2B3; }
span { border-color: rgb(167,178,179); }
td.TdClassName
{
border-color: #A7B2B3;
}
.TagClassName
{
border-color: #A7B2B3;
}
</style>