Shades of Oslo Grey #7C8C8A
Tints of Oslo Grey #7C8C8A
RGB
CMYK
RGB Variations
Color information
#7C8C8A (or 0x7C8C8A) is known color: Oslo Grey. HEX triplet: 7C, 8C and 8A. RGB value is (124,140,138). Sum of RGB (Red+Green+Blue) = 124+140+138=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 140 - color contains mainly: green. Hex color #7C8C8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8C8A is #837375. Grayscale: #868686. Windows color (decimal): -8614774 or 9079932. OLE color: 9079932.
HSL color Cylindrical-coordinate representation of color #7C8C8A: hue angle of 172.5º 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 #7C8C8A is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 140 | 138 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.45 |
| HSL | 172.5º | 0.07% | 0.52% | - |
| HSV(B) | 172.5º | 0.11% | 0.55% | - |
| XYZ | 22.28 | 24.88 | 27.67 | - |
| YUV | 134.99 | 129.7 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 140 | 138 | 0.11 | 0 | 0.01 | 0.45 | 172.5 | 0.07 | 0.52 |
| Hex | 7C | 8C | 8A | B | 0 | 1 | 2D | AC | 7 | 34 |
| Octal | 174 | 214 | 212 | 13 | 0 | 1 | 55 | 254 | 7 | 64 |
| Binary | 1111100 | 10001100 | 10001010 | 1011 | 0 | 1 | 101101 | 10101100 | 111 | 110100 |
Color Harmonies of #7C8C8A
Complementary color
Monochromatic Colors of #7C8C8A
Black with #7C8C8A
Text Example
Text Example
White with #7C8C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8C8A; }
p { color: rgb(124,140,138); }
H1.HeaderClassName
{
color: #7C8C8A;
}
.AnyTagClassName
{
color: #7C8C8A;
}
</style>
background-color css
<style>
a { background-color: #7C8C8A; }
a { background-color: rgb(124,140,138); }
div.DivClassName
{
background-color: #7C8C8A;
}
.BgClassName
{
background-color: #7C8C8A;
}
</style>
border-color css
<style>
span { border-color: #7C8C8A; }
span { border-color: rgb(124,140,138); }
td.TdClassName
{
border-color: #7C8C8A;
}
.TagClassName
{
border-color: #7C8C8A;
}
</style>