Shades of Oslo Grey #7B8885
Tints of Oslo Grey #7B8885
RGB
CMYK
RGB Variations
Color information
#7B8885 (or 0x7B8885) is known color: Oslo Grey. HEX triplet: 7B, 88 and 85. RGB value is (123,136,133). Sum of RGB (Red+Green+Blue) = 123+136+133=392 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.38% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 136 - color contains mainly: green. Hex color #7B8885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8885 is #84777A. Grayscale: #838383. Windows color (decimal): -8681339 or 8751227. OLE color: 8751227.
HSL color Cylindrical-coordinate representation of color #7B8885: hue angle of 166.15º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7B8885 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 136 | 133 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.47 |
| HSL | 166.15º | 0.05% | 0.51% | - |
| HSV(B) | 166.15º | 0.1% | 0.53% | - |
| XYZ | 21.21 | 23.51 | 25.61 | - |
| YUV | 131.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 136 | 133 | 0.10 | 0 | 0.02 | 0.47 | 166.15 | 0.05 | 0.51 |
| Hex | 7B | 88 | 85 | A | 0 | 2 | 2F | A6 | 5 | 33 |
| Octal | 173 | 210 | 205 | 12 | 0 | 2 | 57 | 246 | 5 | 63 |
| Binary | 1111011 | 10001000 | 10000101 | 1010 | 0 | 10 | 101111 | 10100110 | 101 | 110011 |
Color Harmonies of #7B8885
Complementary color
Monochromatic Colors of #7B8885
Black with #7B8885
Text Example
Text Example
White with #7B8885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8885; }
p { color: rgb(123,136,133); }
H1.HeaderClassName
{
color: #7B8885;
}
.AnyTagClassName
{
color: #7B8885;
}
</style>
background-color css
<style>
a { background-color: #7B8885; }
a { background-color: rgb(123,136,133); }
div.DivClassName
{
background-color: #7B8885;
}
.BgClassName
{
background-color: #7B8885;
}
</style>
border-color css
<style>
span { border-color: #7B8885; }
span { border-color: rgb(123,136,133); }
td.TdClassName
{
border-color: #7B8885;
}
.TagClassName
{
border-color: #7B8885;
}
</style>