Shades of Oslo Grey #7A8784
Tints of Oslo Grey #7A8784
RGB
CMYK
RGB Variations
Color information
#7A8784 (or 0x7A8784) is known color: Oslo Grey. HEX triplet: 7A, 87 and 84. RGB value is (122,135,132). Sum of RGB (Red+Green+Blue) = 122+135+132=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 135 - color contains mainly: green. Hex color #7A8784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8784 is #85787B. Grayscale: #828282. Windows color (decimal): -8747132 or 8685434. OLE color: 8685434.
HSL color Cylindrical-coordinate representation of color #7A8784: hue angle of 166.15º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7A8784 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 135 | 132 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.47 |
| HSL | 166.15º | 0.05% | 0.5% | - |
| HSV(B) | 166.15º | 0.1% | 0.53% | - |
| XYZ | 20.85 | 23.13 | 25.2 | - |
| YUV | 130.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 135 | 132 | 0.10 | 0 | 0.02 | 0.47 | 166.15 | 0.05 | 0.5 |
| Hex | 7A | 87 | 84 | A | 0 | 2 | 2F | A6 | 5 | 32 |
| Octal | 172 | 207 | 204 | 12 | 0 | 2 | 57 | 246 | 5 | 62 |
| Binary | 1111010 | 10000111 | 10000100 | 1010 | 0 | 10 | 101111 | 10100110 | 101 | 110010 |
Color Harmonies of #7A8784
Complementary color
Monochromatic Colors of #7A8784
Black with #7A8784
Text Example
Text Example
White with #7A8784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8784; }
p { color: rgb(122,135,132); }
H1.HeaderClassName
{
color: #7A8784;
}
.AnyTagClassName
{
color: #7A8784;
}
</style>
background-color css
<style>
a { background-color: #7A8784; }
a { background-color: rgb(122,135,132); }
div.DivClassName
{
background-color: #7A8784;
}
.BgClassName
{
background-color: #7A8784;
}
</style>
border-color css
<style>
span { border-color: #7A8784; }
span { border-color: rgb(122,135,132); }
td.TdClassName
{
border-color: #7A8784;
}
.TagClassName
{
border-color: #7A8784;
}
</style>