Shades of Caper #A7B676
Tints of Caper #A7B676
RGB
CMYK
RGB Variations
Color information
#A7B676 (or 0xA7B676) is known color: Caper. HEX triplet: A7, B6 and 76. RGB value is (167,182,118). Sum of RGB (Red+Green+Blue) = 167+182+118=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B676 is #584989. Grayscale: #AAAAAA. Windows color (decimal): -5785994 or 7780007. OLE color: 7780007.
HSL color Cylindrical-coordinate representation of color #A7B676: hue angle of 74.06º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7B676 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 182 | 118 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.29 |
| HSL | 74.06º | 0.3% | 0.59% | - |
| HSV(B) | 74.06º | 0.35% | 0.71% | - |
| XYZ | 35.93 | 42.98 | 23.54 | - |
| YUV | 170.22 | 98.53 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 182 | 118 | 0.08 | 0 | 0.35 | 0.29 | 74.06 | 0.3 | 0.59 |
| Hex | A7 | B6 | 76 | 8 | 0 | 23 | 1D | 4A | 1E | 3B |
| Octal | 247 | 266 | 166 | 10 | 0 | 43 | 35 | 112 | 36 | 73 |
| Binary | 10100111 | 10110110 | 1110110 | 1000 | 0 | 100011 | 11101 | 1001010 | 11110 | 111011 |
Color Harmonies of #A7B676
Complementary color
Monochromatic Colors of #A7B676
Black with #A7B676
Text Example
Text Example
White with #A7B676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B676; }
p { color: rgb(167,182,118); }
H1.HeaderClassName
{
color: #A7B676;
}
.AnyTagClassName
{
color: #A7B676;
}
</style>
background-color css
<style>
a { background-color: #A7B676; }
a { background-color: rgb(167,182,118); }
div.DivClassName
{
background-color: #A7B676;
}
.BgClassName
{
background-color: #A7B676;
}
</style>
border-color css
<style>
span { border-color: #A7B676; }
span { border-color: rgb(167,182,118); }
td.TdClassName
{
border-color: #A7B676;
}
.TagClassName
{
border-color: #A7B676;
}
</style>