Shades of Oslo Grey #7F908D
Tints of Oslo Grey #7F908D
RGB
CMYK
RGB Variations
Color information
#7F908D (or 0x7F908D) is known color: Oslo Grey. HEX triplet: 7F, 90 and 8D. RGB value is (127,144,141). Sum of RGB (Red+Green+Blue) = 127+144+141=412 (54% of max value = 765). Red value is 127 (50% from 255 or 30.83% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 144 - color contains mainly: green. Hex color #7F908D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F908D is #806F72. Grayscale: #8A8A8A. Windows color (decimal): -8417139 or 9277567. OLE color: 9277567.
HSL color Cylindrical-coordinate representation of color #7F908D: hue angle of 169.41º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7F908D is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 144 | 141 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.44 |
| HSL | 169.41º | 0.07% | 0.53% | - |
| HSV(B) | 169.41º | 0.12% | 0.56% | - |
| XYZ | 23.53 | 26.38 | 29.05 | - |
| YUV | 138.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 144 | 141 | 0.12 | 0 | 0.02 | 0.44 | 169.41 | 0.07 | 0.53 |
| Hex | 7F | 90 | 8D | C | 0 | 2 | 2C | A9 | 7 | 35 |
| Octal | 177 | 220 | 215 | 14 | 0 | 2 | 54 | 251 | 7 | 65 |
| Binary | 1111111 | 10010000 | 10001101 | 1100 | 0 | 10 | 101100 | 10101001 | 111 | 110101 |
Color Harmonies of #7F908D
Complementary color
Monochromatic Colors of #7F908D
Black with #7F908D
Text Example
Text Example
White with #7F908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F908D; }
p { color: rgb(127,144,141); }
H1.HeaderClassName
{
color: #7F908D;
}
.AnyTagClassName
{
color: #7F908D;
}
</style>
background-color css
<style>
a { background-color: #7F908D; }
a { background-color: rgb(127,144,141); }
div.DivClassName
{
background-color: #7F908D;
}
.BgClassName
{
background-color: #7F908D;
}
</style>
border-color css
<style>
span { border-color: #7F908D; }
span { border-color: rgb(127,144,141); }
td.TdClassName
{
border-color: #7F908D;
}
.TagClassName
{
border-color: #7F908D;
}
</style>