Shades of Oslo Grey #7F8685
Tints of Oslo Grey #7F8685
RGB
CMYK
RGB Variations
Color information
#7F8685 (or 0x7F8685) is known color: Oslo Grey. HEX triplet: 7F, 86 and 85. RGB value is (127,134,133). Sum of RGB (Red+Green+Blue) = 127+134+133=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8685 is #80797A. Grayscale: #838383. Windows color (decimal): -8419707 or 8750719. OLE color: 8750719.
HSL color Cylindrical-coordinate representation of color #7F8685: hue angle of 171.43º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7F8685 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 134 | 133 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.47 |
| HSL | 171.43º | 0.03% | 0.51% | - |
| HSV(B) | 171.43º | 0.05% | 0.53% | - |
| XYZ | 21.51 | 23.26 | 25.55 | - |
| YUV | 131.79 | 128.68 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 134 | 133 | 0.05 | 0 | 0.01 | 0.47 | 171.43 | 0.03 | 0.51 |
| Hex | 7F | 86 | 85 | 5 | 0 | 1 | 2F | AB | 3 | 33 |
| Octal | 177 | 206 | 205 | 5 | 0 | 1 | 57 | 253 | 3 | 63 |
| Binary | 1111111 | 10000110 | 10000101 | 101 | 0 | 1 | 101111 | 10101011 | 11 | 110011 |
Color Harmonies of #7F8685
Complementary color
Monochromatic Colors of #7F8685
Black with #7F8685
Text Example
Text Example
White with #7F8685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8685; }
p { color: rgb(127,134,133); }
H1.HeaderClassName
{
color: #7F8685;
}
.AnyTagClassName
{
color: #7F8685;
}
</style>
background-color css
<style>
a { background-color: #7F8685; }
a { background-color: rgb(127,134,133); }
div.DivClassName
{
background-color: #7F8685;
}
.BgClassName
{
background-color: #7F8685;
}
</style>
border-color css
<style>
span { border-color: #7F8685; }
span { border-color: rgb(127,134,133); }
td.TdClassName
{
border-color: #7F8685;
}
.TagClassName
{
border-color: #7F8685;
}
</style>