Shades of Oslo Grey #758482
Tints of Oslo Grey #758482
RGB
CMYK
RGB Variations
Color information
#758482 (or 0x758482) is known color: Oslo Grey. HEX triplet: 75, 84 and 82. RGB value is (117,132,130). Sum of RGB (Red+Green+Blue) = 117+132+130=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 132 - color contains mainly: green. Hex color #758482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758482 is #8A7B7D. Grayscale: #7F7F7F. Windows color (decimal): -9075582 or 8553589. OLE color: 8553589.
HSL color Cylindrical-coordinate representation of color #758482: hue angle of 172º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #758482 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 132 | 130 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.48 |
| HSL | 172º | 0.06% | 0.49% | - |
| HSV(B) | 172º | 0.11% | 0.52% | - |
| XYZ | 19.62 | 21.9 | 24.31 | - |
| YUV | 127.29 | 129.53 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 132 | 130 | 0.11 | 0 | 0.02 | 0.48 | 172 | 0.06 | 0.49 |
| Hex | 75 | 84 | 82 | B | 0 | 2 | 30 | AC | 6 | 31 |
| Octal | 165 | 204 | 202 | 13 | 0 | 2 | 60 | 254 | 6 | 61 |
| Binary | 1110101 | 10000100 | 10000010 | 1011 | 0 | 10 | 110000 | 10101100 | 110 | 110001 |
Color Harmonies of #758482
Complementary color
Monochromatic Colors of #758482
Black with #758482
Text Example
Text Example
White with #758482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758482; }
p { color: rgb(117,132,130); }
H1.HeaderClassName
{
color: #758482;
}
.AnyTagClassName
{
color: #758482;
}
</style>
background-color css
<style>
a { background-color: #758482; }
a { background-color: rgb(117,132,130); }
div.DivClassName
{
background-color: #758482;
}
.BgClassName
{
background-color: #758482;
}
</style>
border-color css
<style>
span { border-color: #758482; }
span { border-color: rgb(117,132,130); }
td.TdClassName
{
border-color: #758482;
}
.TagClassName
{
border-color: #758482;
}
</style>