Shades of Oslo Grey #778585
Tints of Oslo Grey #778585
RGB
CMYK
RGB Variations
Color information
#778585 (or 0x778585) is known color: Oslo Grey. HEX triplet: 77, 85 and 85. RGB value is (119,133,133). Sum of RGB (Red+Green+Blue) = 119+133+133=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #778585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778585 is #887A7A. Grayscale: #808080. Windows color (decimal): -8944251 or 8750455. OLE color: 8750455.
HSL color Cylindrical-coordinate representation of color #778585: hue angle of 180º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #778585 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 133 | 133 | - |
| CMYK | 0.11 | 0 | 0 | 0.48 |
| HSL | 180º | 0.06% | 0.49% | - |
| HSV(B) | 180º | 0.11% | 0.52% | - |
| XYZ | 20.23 | 22.39 | 25.45 | - |
| YUV | 128.81 | 130.36 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 133 | 0.11 | 0 | 0 | 0.48 | 180 | 0.06 | 0.49 |
| Hex | 77 | 85 | 85 | B | 0 | 0 | 30 | B4 | 6 | 31 |
| Octal | 167 | 205 | 205 | 13 | 0 | 0 | 60 | 264 | 6 | 61 |
| Binary | 1110111 | 10000101 | 10000101 | 1011 | 0 | 0 | 110000 | 10110100 | 110 | 110001 |
Color Harmonies of #778585
Complementary color
Monochromatic Colors of #778585
Black with #778585
Text Example
Text Example
White with #778585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778585; }
p { color: rgb(119,133,133); }
H1.HeaderClassName
{
color: #778585;
}
.AnyTagClassName
{
color: #778585;
}
</style>
background-color css
<style>
a { background-color: #778585; }
a { background-color: rgb(119,133,133); }
div.DivClassName
{
background-color: #778585;
}
.BgClassName
{
background-color: #778585;
}
</style>
border-color css
<style>
span { border-color: #778585; }
span { border-color: rgb(119,133,133); }
td.TdClassName
{
border-color: #778585;
}
.TagClassName
{
border-color: #778585;
}
</style>