Shades of Oslo Grey #7B8B8A
Tints of Oslo Grey #7B8B8A
RGB
CMYK
RGB Variations
Color information
#7B8B8A (or 0x7B8B8A) is known color: Oslo Grey. HEX triplet: 7B, 8B and 8A. RGB value is (123,139,138). Sum of RGB (Red+Green+Blue) = 123+139+138=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 139 - color contains mainly: green. Hex color #7B8B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8B8A is #847475. Grayscale: #868686. Windows color (decimal): -8680566 or 9079675. OLE color: 9079675.
HSL color Cylindrical-coordinate representation of color #7B8B8A: hue angle of 176.25º degrees, saturation: 0.06, 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 #7B8B8A is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 139 | 138 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.45 |
| HSL | 176.25º | 0.06% | 0.51% | - |
| HSV(B) | 176.25º | 0.12% | 0.55% | - |
| XYZ | 21.99 | 24.51 | 27.62 | - |
| YUV | 134.1 | 130.2 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 139 | 138 | 0.12 | 0 | 0.01 | 0.45 | 176.25 | 0.06 | 0.51 |
| Hex | 7B | 8B | 8A | C | 0 | 1 | 2D | B0 | 6 | 33 |
| Octal | 173 | 213 | 212 | 14 | 0 | 1 | 55 | 260 | 6 | 63 |
| Binary | 1111011 | 10001011 | 10001010 | 1100 | 0 | 1 | 101101 | 10110000 | 110 | 110011 |
Color Harmonies of #7B8B8A
Complementary color
Monochromatic Colors of #7B8B8A
Black with #7B8B8A
Text Example
Text Example
White with #7B8B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8B8A; }
p { color: rgb(123,139,138); }
H1.HeaderClassName
{
color: #7B8B8A;
}
.AnyTagClassName
{
color: #7B8B8A;
}
</style>
background-color css
<style>
a { background-color: #7B8B8A; }
a { background-color: rgb(123,139,138); }
div.DivClassName
{
background-color: #7B8B8A;
}
.BgClassName
{
background-color: #7B8B8A;
}
</style>
border-color css
<style>
span { border-color: #7B8B8A; }
span { border-color: rgb(123,139,138); }
td.TdClassName
{
border-color: #7B8B8A;
}
.TagClassName
{
border-color: #7B8B8A;
}
</style>