Shades of Oslo Grey #738181
Tints of Oslo Grey #738181
RGB
CMYK
RGB Variations
Color information
#738181 (or 0x738181) is known color: Oslo Grey. HEX triplet: 73, 81 and 81. RGB value is (115,129,129). Sum of RGB (Red+Green+Blue) = 115+129+129=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 129 - color contains mainly: green, blue. Hex color #738181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738181 is #8C7E7E. Grayscale: #7C7C7C. Windows color (decimal): -9207423 or 8487283. OLE color: 8487283.
HSL color Cylindrical-coordinate representation of color #738181: hue angle of 180º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #738181 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 129 | 129 | - |
| CMYK | 0.11 | 0 | 0 | 0.49 |
| HSL | 180º | 0.06% | 0.48% | - |
| HSV(B) | 180º | 0.11% | 0.51% | - |
| XYZ | 18.88 | 20.93 | 23.81 | - |
| YUV | 124.81 | 130.36 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 129 | 129 | 0.11 | 0 | 0 | 0.49 | 180 | 0.06 | 0.48 |
| Hex | 73 | 81 | 81 | B | 0 | 0 | 31 | B4 | 6 | 30 |
| Octal | 163 | 201 | 201 | 13 | 0 | 0 | 61 | 264 | 6 | 60 |
| Binary | 1110011 | 10000001 | 10000001 | 1011 | 0 | 0 | 110001 | 10110100 | 110 | 110000 |
Color Harmonies of #738181
Complementary color
Monochromatic Colors of #738181
Black with #738181
Text Example
Text Example
White with #738181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738181; }
p { color: rgb(115,129,129); }
H1.HeaderClassName
{
color: #738181;
}
.AnyTagClassName
{
color: #738181;
}
</style>
background-color css
<style>
a { background-color: #738181; }
a { background-color: rgb(115,129,129); }
div.DivClassName
{
background-color: #738181;
}
.BgClassName
{
background-color: #738181;
}
</style>
border-color css
<style>
span { border-color: #738181; }
span { border-color: rgb(115,129,129); }
td.TdClassName
{
border-color: #738181;
}
.TagClassName
{
border-color: #738181;
}
</style>