Shades of Caper #A7B777
Tints of Caper #A7B777
RGB
CMYK
RGB Variations
Color information
#A7B777 (or 0xA7B777) is known color: Caper. HEX triplet: A7, B7 and 77. RGB value is (167,183,119). Sum of RGB (Red+Green+Blue) = 167+183+119=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B777 is #584888. Grayscale: #ABABAB. Windows color (decimal): -5785737 or 7845799. OLE color: 7845799.
HSL color Cylindrical-coordinate representation of color #A7B777: hue angle of 75º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7B777 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 183 | 119 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.28 |
| HSL | 75º | 0.31% | 0.59% | - |
| HSV(B) | 75º | 0.35% | 0.72% | - |
| XYZ | 36.2 | 43.41 | 23.92 | - |
| YUV | 170.92 | 98.7 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 183 | 119 | 0.09 | 0 | 0.35 | 0.28 | 75 | 0.31 | 0.59 |
| Hex | A7 | B7 | 77 | 9 | 0 | 23 | 1C | 4B | 1F | 3B |
| Octal | 247 | 267 | 167 | 11 | 0 | 43 | 34 | 113 | 37 | 73 |
| Binary | 10100111 | 10110111 | 1110111 | 1001 | 0 | 100011 | 11100 | 1001011 | 11111 | 111011 |
Color Harmonies of #A7B777
Complementary color
Monochromatic Colors of #A7B777
Black with #A7B777
Text Example
Text Example
White with #A7B777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B777; }
p { color: rgb(167,183,119); }
H1.HeaderClassName
{
color: #A7B777;
}
.AnyTagClassName
{
color: #A7B777;
}
</style>
background-color css
<style>
a { background-color: #A7B777; }
a { background-color: rgb(167,183,119); }
div.DivClassName
{
background-color: #A7B777;
}
.BgClassName
{
background-color: #A7B777;
}
</style>
border-color css
<style>
span { border-color: #A7B777; }
span { border-color: rgb(167,183,119); }
td.TdClassName
{
border-color: #A7B777;
}
.TagClassName
{
border-color: #A7B777;
}
</style>