Shades of Oslo Grey #788585
Tints of Oslo Grey #788585
RGB
CMYK
RGB Variations
Color information
#788585 (or 0x788585) is known color: Oslo Grey. HEX triplet: 78, 85 and 85. RGB value is (120,133,133). Sum of RGB (Red+Green+Blue) = 120+133+133=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #788585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788585 is #877A7A. Grayscale: #818181. Windows color (decimal): -8878715 or 8750456. OLE color: 8750456.
HSL color Cylindrical-coordinate representation of color #788585: hue angle of 180º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #788585 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 133 | 133 | - |
| CMYK | 0.10 | 0 | 0 | 0.48 |
| HSL | 180º | 0.05% | 0.5% | - |
| HSV(B) | 180º | 0.1% | 0.52% | - |
| XYZ | 20.37 | 22.46 | 25.45 | - |
| YUV | 129.11 | 130.19 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 133 | 0.10 | 0 | 0 | 0.48 | 180 | 0.05 | 0.5 |
| Hex | 78 | 85 | 85 | A | 0 | 0 | 30 | B4 | 5 | 32 |
| Octal | 170 | 205 | 205 | 12 | 0 | 0 | 60 | 264 | 5 | 62 |
| Binary | 1111000 | 10000101 | 10000101 | 1010 | 0 | 0 | 110000 | 10110100 | 101 | 110010 |
Color Harmonies of #788585
Complementary color
Monochromatic Colors of #788585
Black with #788585
Text Example
Text Example
White with #788585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788585; }
p { color: rgb(120,133,133); }
H1.HeaderClassName
{
color: #788585;
}
.AnyTagClassName
{
color: #788585;
}
</style>
background-color css
<style>
a { background-color: #788585; }
a { background-color: rgb(120,133,133); }
div.DivClassName
{
background-color: #788585;
}
.BgClassName
{
background-color: #788585;
}
</style>
border-color css
<style>
span { border-color: #788585; }
span { border-color: rgb(120,133,133); }
td.TdClassName
{
border-color: #788585;
}
.TagClassName
{
border-color: #788585;
}
</style>