Shades of Oslo Grey #7C898A
Tints of Oslo Grey #7C898A
RGB
CMYK
RGB Variations
Color information
#7C898A (or 0x7C898A) is known color: Oslo Grey. HEX triplet: 7C, 89 and 8A. RGB value is (124,137,138). Sum of RGB (Red+Green+Blue) = 124+137+138=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 138 - color contains mainly: blue. Hex color #7C898A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C898A is #837675. Grayscale: #858585. Windows color (decimal): -8615542 or 9079164. OLE color: 9079164.
HSL color Cylindrical-coordinate representation of color #7C898A: hue angle of 184.29º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7C898A is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 137 | 138 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.46 |
| HSL | 184.29º | 0.06% | 0.51% | - |
| HSV(B) | 184.29º | 0.1% | 0.54% | - |
| XYZ | 21.85 | 24.01 | 27.53 | - |
| YUV | 133.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 137 | 138 | 0.10 | 0.01 | 0 | 0.46 | 184.29 | 0.06 | 0.51 |
| Hex | 7C | 89 | 8A | A | 1 | 0 | 2E | B8 | 6 | 33 |
| Octal | 174 | 211 | 212 | 12 | 1 | 0 | 56 | 270 | 6 | 63 |
| Binary | 1111100 | 10001001 | 10001010 | 1010 | 1 | 0 | 101110 | 10111000 | 110 | 110011 |
Color Harmonies of #7C898A
Complementary color
Monochromatic Colors of #7C898A
Black with #7C898A
Text Example
Text Example
White with #7C898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C898A; }
p { color: rgb(124,137,138); }
H1.HeaderClassName
{
color: #7C898A;
}
.AnyTagClassName
{
color: #7C898A;
}
</style>
background-color css
<style>
a { background-color: #7C898A; }
a { background-color: rgb(124,137,138); }
div.DivClassName
{
background-color: #7C898A;
}
.BgClassName
{
background-color: #7C898A;
}
</style>
border-color css
<style>
span { border-color: #7C898A; }
span { border-color: rgb(124,137,138); }
td.TdClassName
{
border-color: #7C898A;
}
.TagClassName
{
border-color: #7C898A;
}
</style>