Shades of Oslo Grey #7D8D8C
Tints of Oslo Grey #7D8D8C
RGB
CMYK
RGB Variations
Color information
#7D8D8C (or 0x7D8D8C) is known color: Oslo Grey. HEX triplet: 7D, 8D and 8C. RGB value is (125,141,140). Sum of RGB (Red+Green+Blue) = 125+141+140=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 141 - color contains mainly: green. Hex color #7D8D8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8D8C is #827273. Grayscale: #888888. Windows color (decimal): -8548980 or 9211261. OLE color: 9211261.
HSL color Cylindrical-coordinate representation of color #7D8D8C: hue angle of 176.25º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7D8D8C is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 141 | 140 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.45 |
| HSL | 176.25º | 0.07% | 0.52% | - |
| HSV(B) | 176.25º | 0.11% | 0.55% | - |
| XYZ | 22.72 | 25.3 | 28.5 | - |
| YUV | 136.1 | 130.2 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 141 | 140 | 0.11 | 0 | 0.01 | 0.45 | 176.25 | 0.07 | 0.52 |
| Hex | 7D | 8D | 8C | B | 0 | 1 | 2D | B0 | 7 | 34 |
| Octal | 175 | 215 | 214 | 13 | 0 | 1 | 55 | 260 | 7 | 64 |
| Binary | 1111101 | 10001101 | 10001100 | 1011 | 0 | 1 | 101101 | 10110000 | 111 | 110100 |
Color Harmonies of #7D8D8C
Complementary color
Monochromatic Colors of #7D8D8C
Black with #7D8D8C
Text Example
Text Example
White with #7D8D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8D8C; }
p { color: rgb(125,141,140); }
H1.HeaderClassName
{
color: #7D8D8C;
}
.AnyTagClassName
{
color: #7D8D8C;
}
</style>
background-color css
<style>
a { background-color: #7D8D8C; }
a { background-color: rgb(125,141,140); }
div.DivClassName
{
background-color: #7D8D8C;
}
.BgClassName
{
background-color: #7D8D8C;
}
</style>
border-color css
<style>
span { border-color: #7D8D8C; }
span { border-color: rgb(125,141,140); }
td.TdClassName
{
border-color: #7D8D8C;
}
.TagClassName
{
border-color: #7D8D8C;
}
</style>