Shades of Oslo Grey #7A8B88
Tints of Oslo Grey #7A8B88
RGB
CMYK
RGB Variations
Color information
#7A8B88 (or 0x7A8B88) is known color: Oslo Grey. HEX triplet: 7A, 8B and 88. RGB value is (122,139,136). Sum of RGB (Red+Green+Blue) = 122+139+136=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 139 - color contains mainly: green. Hex color #7A8B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8B88 is #857477. Grayscale: #858585. Windows color (decimal): -8746104 or 8948602. OLE color: 8948602.
HSL color Cylindrical-coordinate representation of color #7A8B88: hue angle of 169.41º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7A8B88 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 139 | 136 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.45 |
| HSL | 169.41º | 0.07% | 0.51% | - |
| HSV(B) | 169.41º | 0.12% | 0.55% | - |
| XYZ | 21.7 | 24.38 | 26.85 | - |
| YUV | 133.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 136 | 0.12 | 0 | 0.02 | 0.45 | 169.41 | 0.07 | 0.51 |
| Hex | 7A | 8B | 88 | C | 0 | 2 | 2D | A9 | 7 | 33 |
| Octal | 172 | 213 | 210 | 14 | 0 | 2 | 55 | 251 | 7 | 63 |
| Binary | 1111010 | 10001011 | 10001000 | 1100 | 0 | 10 | 101101 | 10101001 | 111 | 110011 |
Color Harmonies of #7A8B88
Complementary color
Monochromatic Colors of #7A8B88
Black with #7A8B88
Text Example
Text Example
White with #7A8B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8B88; }
p { color: rgb(122,139,136); }
H1.HeaderClassName
{
color: #7A8B88;
}
.AnyTagClassName
{
color: #7A8B88;
}
</style>
background-color css
<style>
a { background-color: #7A8B88; }
a { background-color: rgb(122,139,136); }
div.DivClassName
{
background-color: #7A8B88;
}
.BgClassName
{
background-color: #7A8B88;
}
</style>
border-color css
<style>
span { border-color: #7A8B88; }
span { border-color: rgb(122,139,136); }
td.TdClassName
{
border-color: #7A8B88;
}
.TagClassName
{
border-color: #7A8B88;
}
</style>