Shades of Oslo Grey #7B8A88
Tints of Oslo Grey #7B8A88
RGB
CMYK
RGB Variations
Color information
#7B8A88 (or 0x7B8A88) is known color: Oslo Grey. HEX triplet: 7B, 8A and 88. RGB value is (123,138,136). Sum of RGB (Red+Green+Blue) = 123+138+136=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 138 - color contains mainly: green. Hex color #7B8A88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8A88 is #847577. Grayscale: #858585. Windows color (decimal): -8680824 or 8948347. OLE color: 8948347.
HSL color Cylindrical-coordinate representation of color #7B8A88: hue angle of 172º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7B8A88 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 138 | 136 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.46 |
| HSL | 172º | 0.06% | 0.51% | - |
| HSV(B) | 172º | 0.11% | 0.54% | - |
| XYZ | 21.7 | 24.17 | 26.81 | - |
| YUV | 133.29 | 129.53 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 138 | 136 | 0.11 | 0 | 0.01 | 0.46 | 172 | 0.06 | 0.51 |
| Hex | 7B | 8A | 88 | B | 0 | 1 | 2E | AC | 6 | 33 |
| Octal | 173 | 212 | 210 | 13 | 0 | 1 | 56 | 254 | 6 | 63 |
| Binary | 1111011 | 10001010 | 10001000 | 1011 | 0 | 1 | 101110 | 10101100 | 110 | 110011 |
Color Harmonies of #7B8A88
Complementary color
Monochromatic Colors of #7B8A88
Black with #7B8A88
Text Example
Text Example
White with #7B8A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8A88; }
p { color: rgb(123,138,136); }
H1.HeaderClassName
{
color: #7B8A88;
}
.AnyTagClassName
{
color: #7B8A88;
}
</style>
background-color css
<style>
a { background-color: #7B8A88; }
a { background-color: rgb(123,138,136); }
div.DivClassName
{
background-color: #7B8A88;
}
.BgClassName
{
background-color: #7B8A88;
}
</style>
border-color css
<style>
span { border-color: #7B8A88; }
span { border-color: rgb(123,138,136); }
td.TdClassName
{
border-color: #7B8A88;
}
.TagClassName
{
border-color: #7B8A88;
}
</style>