Shades of Oslo Grey #7B8785
Tints of Oslo Grey #7B8785
RGB
CMYK
RGB Variations
Color information
#7B8785 (or 0x7B8785) is known color: Oslo Grey. HEX triplet: 7B, 87 and 85. RGB value is (123,135,133). Sum of RGB (Red+Green+Blue) = 123+135+133=391 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.46% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 135 - color contains mainly: green. Hex color #7B8785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8785 is #84787A. Grayscale: #838383. Windows color (decimal): -8681595 or 8750971. OLE color: 8750971.
HSL color Cylindrical-coordinate representation of color #7B8785: hue angle of 170º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7B8785 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 135 | 133 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.47 |
| HSL | 170º | 0.05% | 0.51% | - |
| HSV(B) | 170º | 0.09% | 0.53% | - |
| XYZ | 21.07 | 23.23 | 25.56 | - |
| YUV | 131.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 135 | 133 | 0.09 | 0 | 0.01 | 0.47 | 170 | 0.05 | 0.51 |
| Hex | 7B | 87 | 85 | 9 | 0 | 1 | 2F | AA | 5 | 33 |
| Octal | 173 | 207 | 205 | 11 | 0 | 1 | 57 | 252 | 5 | 63 |
| Binary | 1111011 | 10000111 | 10000101 | 1001 | 0 | 1 | 101111 | 10101010 | 101 | 110011 |
Color Harmonies of #7B8785
Complementary color
Monochromatic Colors of #7B8785
Black with #7B8785
Text Example
Text Example
White with #7B8785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8785; }
p { color: rgb(123,135,133); }
H1.HeaderClassName
{
color: #7B8785;
}
.AnyTagClassName
{
color: #7B8785;
}
</style>
background-color css
<style>
a { background-color: #7B8785; }
a { background-color: rgb(123,135,133); }
div.DivClassName
{
background-color: #7B8785;
}
.BgClassName
{
background-color: #7B8785;
}
</style>
border-color css
<style>
span { border-color: #7B8785; }
span { border-color: rgb(123,135,133); }
td.TdClassName
{
border-color: #7B8785;
}
.TagClassName
{
border-color: #7B8785;
}
</style>