Shades of Caper #A7B978
Tints of Caper #A7B978
RGB
CMYK
RGB Variations
Color information
#A7B978 (or 0xA7B978) is known color: Caper. HEX triplet: A7, B9 and 78. RGB value is (167,185,120). Sum of RGB (Red+Green+Blue) = 167+185+120=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B978 is #584687. Grayscale: #ACACAC. Windows color (decimal): -5785224 or 7911847. OLE color: 7911847.
HSL color Cylindrical-coordinate representation of color #A7B978: hue angle of 76.62º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7B978 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 185 | 120 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.27 |
| HSL | 76.62º | 0.32% | 0.6% | - |
| HSV(B) | 76.62º | 0.35% | 0.73% | - |
| XYZ | 36.68 | 44.27 | 24.38 | - |
| YUV | 172.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 185 | 120 | 0.10 | 0 | 0.35 | 0.27 | 76.62 | 0.32 | 0.6 |
| Hex | A7 | B9 | 78 | A | 0 | 23 | 1B | 4D | 20 | 3C |
| Octal | 247 | 271 | 170 | 12 | 0 | 43 | 33 | 115 | 40 | 74 |
| Binary | 10100111 | 10111001 | 1111000 | 1010 | 0 | 100011 | 11011 | 1001101 | 100000 | 111100 |
Color Harmonies of #A7B978
Complementary color
Monochromatic Colors of #A7B978
Black with #A7B978
Text Example
Text Example
White with #A7B978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B978; }
p { color: rgb(167,185,120); }
H1.HeaderClassName
{
color: #A7B978;
}
.AnyTagClassName
{
color: #A7B978;
}
</style>
background-color css
<style>
a { background-color: #A7B978; }
a { background-color: rgb(167,185,120); }
div.DivClassName
{
background-color: #A7B978;
}
.BgClassName
{
background-color: #A7B978;
}
</style>
border-color css
<style>
span { border-color: #A7B978; }
span { border-color: rgb(167,185,120); }
td.TdClassName
{
border-color: #A7B978;
}
.TagClassName
{
border-color: #A7B978;
}
</style>