Shades of Oslo Grey #778583
Tints of Oslo Grey #778583
RGB
CMYK
RGB Variations
Color information
#778583 (or 0x778583) is known color: Oslo Grey. HEX triplet: 77, 85 and 83. RGB value is (119,133,131). Sum of RGB (Red+Green+Blue) = 119+133+131=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 133 - color contains mainly: green. Hex color #778583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778583 is #887A7C. Grayscale: #808080. Windows color (decimal): -8944253 or 8619383. OLE color: 8619383.
HSL color Cylindrical-coordinate representation of color #778583: hue angle of 171.43º 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 #778583 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 133 | 131 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.48 |
| HSL | 171.43º | 0.06% | 0.49% | - |
| HSV(B) | 171.43º | 0.11% | 0.52% | - |
| XYZ | 20.09 | 22.34 | 24.72 | - |
| YUV | 128.59 | 129.36 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 131 | 0.11 | 0 | 0.02 | 0.48 | 171.43 | 0.06 | 0.49 |
| Hex | 77 | 85 | 83 | B | 0 | 2 | 30 | AB | 6 | 31 |
| Octal | 167 | 205 | 203 | 13 | 0 | 2 | 60 | 253 | 6 | 61 |
| Binary | 1110111 | 10000101 | 10000011 | 1011 | 0 | 10 | 110000 | 10101011 | 110 | 110001 |
Color Harmonies of #778583
Complementary color
Monochromatic Colors of #778583
Black with #778583
Text Example
Text Example
White with #778583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778583; }
p { color: rgb(119,133,131); }
H1.HeaderClassName
{
color: #778583;
}
.AnyTagClassName
{
color: #778583;
}
</style>
background-color css
<style>
a { background-color: #778583; }
a { background-color: rgb(119,133,131); }
div.DivClassName
{
background-color: #778583;
}
.BgClassName
{
background-color: #778583;
}
</style>
border-color css
<style>
span { border-color: #778583; }
span { border-color: rgb(119,133,131); }
td.TdClassName
{
border-color: #778583;
}
.TagClassName
{
border-color: #778583;
}
</style>