Shades of Oslo Grey #788A88
Tints of Oslo Grey #788A88
RGB
CMYK
RGB Variations
Color information
#788A88 (or 0x788A88) is known color: Oslo Grey. HEX triplet: 78, 8A and 88. RGB value is (120,138,136). Sum of RGB (Red+Green+Blue) = 120+138+136=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 138 - color contains mainly: green. Hex color #788A88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788A88 is #877577. Grayscale: #848484. Windows color (decimal): -8877432 or 8948344. OLE color: 8948344.
HSL color Cylindrical-coordinate representation of color #788A88: hue angle of 173.33º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #788A88 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 138 | 136 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.46 |
| HSL | 173.33º | 0.07% | 0.51% | - |
| HSV(B) | 173.33º | 0.13% | 0.54% | - |
| XYZ | 21.28 | 23.95 | 26.79 | - |
| YUV | 132.39 | 130.04 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 136 | 0.13 | 0 | 0.01 | 0.46 | 173.33 | 0.07 | 0.51 |
| Hex | 78 | 8A | 88 | D | 0 | 1 | 2E | AD | 7 | 33 |
| Octal | 170 | 212 | 210 | 15 | 0 | 1 | 56 | 255 | 7 | 63 |
| Binary | 1111000 | 10001010 | 10001000 | 1101 | 0 | 1 | 101110 | 10101101 | 111 | 110011 |
Color Harmonies of #788A88
Complementary color
Monochromatic Colors of #788A88
Black with #788A88
Text Example
Text Example
White with #788A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788A88; }
p { color: rgb(120,138,136); }
H1.HeaderClassName
{
color: #788A88;
}
.AnyTagClassName
{
color: #788A88;
}
</style>
background-color css
<style>
a { background-color: #788A88; }
a { background-color: rgb(120,138,136); }
div.DivClassName
{
background-color: #788A88;
}
.BgClassName
{
background-color: #788A88;
}
</style>
border-color css
<style>
span { border-color: #788A88; }
span { border-color: rgb(120,138,136); }
td.TdClassName
{
border-color: #788A88;
}
.TagClassName
{
border-color: #788A88;
}
</style>