Shades of Oslo Grey #7A807F
Tints of Oslo Grey #7A807F
RGB
CMYK
RGB Variations
Color information
#7A807F (or 0x7A807F) is known color: Oslo Grey. HEX triplet: 7A, 80 and 7F. RGB value is (122,128,127). Sum of RGB (Red+Green+Blue) = 122+128+127=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 128 - color contains mainly: green. Hex color #7A807F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A807F is #857F80. Grayscale: #7E7E7E. Windows color (decimal): -8748929 or 8355962. OLE color: 8355962.
HSL color Cylindrical-coordinate representation of color #7A807F: hue angle of 170º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7A807F is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 128 | 127 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.50 |
| HSL | 170º | 0.02% | 0.49% | - |
| HSV(B) | 170º | 0.05% | 0.5% | - |
| XYZ | 19.58 | 21.11 | 23.12 | - |
| YUV | 126.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 128 | 127 | 0.05 | 0 | 0.01 | 0.50 | 170 | 0.02 | 0.49 |
| Hex | 7A | 80 | 7F | 5 | 0 | 1 | 32 | AA | 2 | 31 |
| Octal | 172 | 200 | 177 | 5 | 0 | 1 | 62 | 252 | 2 | 61 |
| Binary | 1111010 | 10000000 | 1111111 | 101 | 0 | 1 | 110010 | 10101010 | 10 | 110001 |
Color Harmonies of #7A807F
Complementary color
Monochromatic Colors of #7A807F
Black with #7A807F
Text Example
Text Example
White with #7A807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A807F; }
p { color: rgb(122,128,127); }
H1.HeaderClassName
{
color: #7A807F;
}
.AnyTagClassName
{
color: #7A807F;
}
</style>
background-color css
<style>
a { background-color: #7A807F; }
a { background-color: rgb(122,128,127); }
div.DivClassName
{
background-color: #7A807F;
}
.BgClassName
{
background-color: #7A807F;
}
</style>
border-color css
<style>
span { border-color: #7A807F; }
span { border-color: rgb(122,128,127); }
td.TdClassName
{
border-color: #7A807F;
}
.TagClassName
{
border-color: #7A807F;
}
</style>