Shades of Norway #A7B788
Tints of Norway #A7B788
RGB
CMYK
RGB Variations
Color information
#A7B788 (or 0xA7B788) is known color: Norway. HEX triplet: A7, B7 and 88. RGB value is (167,183,136). Sum of RGB (Red+Green+Blue) = 167+183+136=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B788 is #584877. Grayscale: #ADADAD. Windows color (decimal): -5785720 or 8959911. OLE color: 8959911.
HSL color Cylindrical-coordinate representation of color #A7B788: hue angle of 80.43º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A7B788 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 183 | 136 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.28 |
| HSL | 80.43º | 0.25% | 0.63% | - |
| HSV(B) | 80.43º | 0.26% | 0.72% | - |
| XYZ | 37.31 | 43.86 | 29.79 | - |
| YUV | 172.86 | 107.2 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 183 | 136 | 0.09 | 0 | 0.26 | 0.28 | 80.43 | 0.25 | 0.63 |
| Hex | A7 | B7 | 88 | 9 | 0 | 1A | 1C | 50 | 19 | 3F |
| Octal | 247 | 267 | 210 | 11 | 0 | 32 | 34 | 120 | 31 | 77 |
| Binary | 10100111 | 10110111 | 10001000 | 1001 | 0 | 11010 | 11100 | 1010000 | 11001 | 111111 |
Color Harmonies of #A7B788
Complementary color
Monochromatic Colors of #A7B788
Black with #A7B788
Text Example
Text Example
White with #A7B788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B788; }
p { color: rgb(167,183,136); }
H1.HeaderClassName
{
color: #A7B788;
}
.AnyTagClassName
{
color: #A7B788;
}
</style>
background-color css
<style>
a { background-color: #A7B788; }
a { background-color: rgb(167,183,136); }
div.DivClassName
{
background-color: #A7B788;
}
.BgClassName
{
background-color: #A7B788;
}
</style>
border-color css
<style>
span { border-color: #A7B788; }
span { border-color: rgb(167,183,136); }
td.TdClassName
{
border-color: #A7B788;
}
.TagClassName
{
border-color: #A7B788;
}
</style>