Shades of Oslo Grey #738281
Tints of Oslo Grey #738281
RGB
CMYK
RGB Variations
Color information
#738281 (or 0x738281) is known color: Oslo Grey. HEX triplet: 73, 82 and 81. RGB value is (115,130,129). Sum of RGB (Red+Green+Blue) = 115+130+129=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 130 - color contains mainly: green. Hex color #738281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738281 is #8C7D7E. Grayscale: #7D7D7D. Windows color (decimal): -9207167 or 8487539. OLE color: 8487539.
HSL color Cylindrical-coordinate representation of color #738281: hue angle of 176º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #738281 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 130 | 129 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.49 |
| HSL | 176º | 0.06% | 0.48% | - |
| HSV(B) | 176º | 0.12% | 0.51% | - |
| XYZ | 19.02 | 21.2 | 23.86 | - |
| YUV | 125.4 | 130.03 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 130 | 129 | 0.12 | 0 | 0.01 | 0.49 | 176 | 0.06 | 0.48 |
| Hex | 73 | 82 | 81 | C | 0 | 1 | 31 | B0 | 6 | 30 |
| Octal | 163 | 202 | 201 | 14 | 0 | 1 | 61 | 260 | 6 | 60 |
| Binary | 1110011 | 10000010 | 10000001 | 1100 | 0 | 1 | 110001 | 10110000 | 110 | 110000 |
Color Harmonies of #738281
Complementary color
Monochromatic Colors of #738281
Black with #738281
Text Example
Text Example
White with #738281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738281; }
p { color: rgb(115,130,129); }
H1.HeaderClassName
{
color: #738281;
}
.AnyTagClassName
{
color: #738281;
}
</style>
background-color css
<style>
a { background-color: #738281; }
a { background-color: rgb(115,130,129); }
div.DivClassName
{
background-color: #738281;
}
.BgClassName
{
background-color: #738281;
}
</style>
border-color css
<style>
span { border-color: #738281; }
span { border-color: rgb(115,130,129); }
td.TdClassName
{
border-color: #738281;
}
.TagClassName
{
border-color: #738281;
}
</style>