Shades of Oslo Grey #778483
Tints of Oslo Grey #778483
RGB
CMYK
RGB Variations
Color information
#778483 (or 0x778483) is known color: Oslo Grey. HEX triplet: 77, 84 and 83. RGB value is (119,132,131). Sum of RGB (Red+Green+Blue) = 119+132+131=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 132 - color contains mainly: green. Hex color #778483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778483 is #887B7C. Grayscale: #7F7F7F. Windows color (decimal): -8944509 or 8619127. OLE color: 8619127.
HSL color Cylindrical-coordinate representation of color #778483: hue angle of 175.38º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #778483 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 132 | 131 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.48 |
| HSL | 175.38º | 0.05% | 0.49% | - |
| HSV(B) | 175.38º | 0.1% | 0.52% | - |
| XYZ | 19.96 | 22.06 | 24.68 | - |
| YUV | 128 | 129.69 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 132 | 131 | 0.10 | 0 | 0.01 | 0.48 | 175.38 | 0.05 | 0.49 |
| Hex | 77 | 84 | 83 | A | 0 | 1 | 30 | AF | 5 | 31 |
| Octal | 167 | 204 | 203 | 12 | 0 | 1 | 60 | 257 | 5 | 61 |
| Binary | 1110111 | 10000100 | 10000011 | 1010 | 0 | 1 | 110000 | 10101111 | 101 | 110001 |
Color Harmonies of #778483
Complementary color
Monochromatic Colors of #778483
Black with #778483
Text Example
Text Example
White with #778483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778483; }
p { color: rgb(119,132,131); }
H1.HeaderClassName
{
color: #778483;
}
.AnyTagClassName
{
color: #778483;
}
</style>
background-color css
<style>
a { background-color: #778483; }
a { background-color: rgb(119,132,131); }
div.DivClassName
{
background-color: #778483;
}
.BgClassName
{
background-color: #778483;
}
</style>
border-color css
<style>
span { border-color: #778483; }
span { border-color: rgb(119,132,131); }
td.TdClassName
{
border-color: #778483;
}
.TagClassName
{
border-color: #778483;
}
</style>