Shades of Oslo Grey #778482
Tints of Oslo Grey #778482
RGB
CMYK
RGB Variations
Color information
#778482 (or 0x778482) is known color: Oslo Grey. HEX triplet: 77, 84 and 82. RGB value is (119,132,130). Sum of RGB (Red+Green+Blue) = 119+132+130=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 132 - color contains mainly: green. Hex color #778482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778482 is #887B7D. Grayscale: #7F7F7F. Windows color (decimal): -8944510 or 8553591. OLE color: 8553591.
HSL color Cylindrical-coordinate representation of color #778482: hue angle of 170.77º 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 #778482 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 132 | 130 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.48 |
| HSL | 170.77º | 0.05% | 0.49% | - |
| HSV(B) | 170.77º | 0.1% | 0.52% | - |
| XYZ | 19.89 | 22.04 | 24.32 | - |
| YUV | 127.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 132 | 130 | 0.10 | 0 | 0.02 | 0.48 | 170.77 | 0.05 | 0.49 |
| Hex | 77 | 84 | 82 | A | 0 | 2 | 30 | AB | 5 | 31 |
| Octal | 167 | 204 | 202 | 12 | 0 | 2 | 60 | 253 | 5 | 61 |
| Binary | 1110111 | 10000100 | 10000010 | 1010 | 0 | 10 | 110000 | 10101011 | 101 | 110001 |
Color Harmonies of #778482
Complementary color
Monochromatic Colors of #778482
Black with #778482
Text Example
Text Example
White with #778482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778482; }
p { color: rgb(119,132,130); }
H1.HeaderClassName
{
color: #778482;
}
.AnyTagClassName
{
color: #778482;
}
</style>
background-color css
<style>
a { background-color: #778482; }
a { background-color: rgb(119,132,130); }
div.DivClassName
{
background-color: #778482;
}
.BgClassName
{
background-color: #778482;
}
</style>
border-color css
<style>
span { border-color: #778482; }
span { border-color: rgb(119,132,130); }
td.TdClassName
{
border-color: #778482;
}
.TagClassName
{
border-color: #778482;
}
</style>