Shades of Oslo Grey #7C8885
Tints of Oslo Grey #7C8885
RGB
CMYK
RGB Variations
Color information
#7C8885 (or 0x7C8885) is known color: Oslo Grey. HEX triplet: 7C, 88 and 85. RGB value is (124,136,133). Sum of RGB (Red+Green+Blue) = 124+136+133=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 136 - color contains mainly: green. Hex color #7C8885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8885 is #83777A. Grayscale: #848484. Windows color (decimal): -8615803 or 8751228. OLE color: 8751228.
HSL color Cylindrical-coordinate representation of color #7C8885: hue angle of 165º 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 #7C8885 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 136 | 133 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.47 |
| HSL | 165º | 0.05% | 0.51% | - |
| HSV(B) | 165º | 0.09% | 0.53% | - |
| XYZ | 21.35 | 23.59 | 25.62 | - |
| YUV | 132.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 136 | 133 | 0.09 | 0 | 0.02 | 0.47 | 165 | 0.05 | 0.51 |
| Hex | 7C | 88 | 85 | 9 | 0 | 2 | 2F | A5 | 5 | 33 |
| Octal | 174 | 210 | 205 | 11 | 0 | 2 | 57 | 245 | 5 | 63 |
| Binary | 1111100 | 10001000 | 10000101 | 1001 | 0 | 10 | 101111 | 10100101 | 101 | 110011 |
Color Harmonies of #7C8885
Complementary color
Monochromatic Colors of #7C8885
Black with #7C8885
Text Example
Text Example
White with #7C8885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8885; }
p { color: rgb(124,136,133); }
H1.HeaderClassName
{
color: #7C8885;
}
.AnyTagClassName
{
color: #7C8885;
}
</style>
background-color css
<style>
a { background-color: #7C8885; }
a { background-color: rgb(124,136,133); }
div.DivClassName
{
background-color: #7C8885;
}
.BgClassName
{
background-color: #7C8885;
}
</style>
border-color css
<style>
span { border-color: #7C8885; }
span { border-color: rgb(124,136,133); }
td.TdClassName
{
border-color: #7C8885;
}
.TagClassName
{
border-color: #7C8885;
}
</style>