Shades of Oslo Grey #7F8281
Tints of Oslo Grey #7F8281
RGB
CMYK
RGB Variations
Color information
#7F8281 (or 0x7F8281) is known color: Oslo Grey. HEX triplet: 7F, 82 and 81. RGB value is (127,130,129). Sum of RGB (Red+Green+Blue) = 127+130+129=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 130 - color contains mainly: green. Hex color #7F8281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8281 is #807D7E. Grayscale: #808080. Windows color (decimal): -8420735 or 8487551. OLE color: 8487551.
HSL color Cylindrical-coordinate representation of color #7F8281: hue angle of 160º degrees, saturation: 0.01, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #7F8281 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
RGB | 127 | 130 | 129 | - |
CMYK | 0.02 | 0 | 0.01 | 0.49 |
HSL | 160º | 0.01% | 0.5% | - |
HSV(B) | 160º | 0.02% | 0.51% | - |
XYZ | 20.7 | 22.06 | 23.94 | - |
YUV | 128.99 | 128.01 | 126.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 127 | 130 | 129 | 0.02 | 0 | 0.01 | 0.49 | 160 | 0.01 | 0.5 |
Hex | 7F | 82 | 81 | 2 | 0 | 1 | 31 | A0 | 1 | 32 |
Octal | 177 | 202 | 201 | 2 | 0 | 1 | 61 | 240 | 1 | 62 |
Binary | 1111111 | 10000010 | 10000001 | 10 | 0 | 1 | 110001 | 10100000 | 1 | 110010 |
Color Harmonies of #7F8281
Complementary color
Monochromatic Colors of #7F8281
Black with #7F8281
Text Example
Text Example
White with #7F8281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8281; }
p { color: rgb(127,130,129); }
H1.HeaderClassName
{
color: #7F8281;
}
.AnyTagClassName
{
color: #7F8281;
}
</style>
background-color css
<style>
a { background-color: #7F8281; }
a { background-color: rgb(127,130,129); }
div.DivClassName
{
background-color: #7F8281;
}
.BgClassName
{
background-color: #7F8281;
}
</style>
border-color css
<style>
span { border-color: #7F8281; }
span { border-color: rgb(127,130,129); }
td.TdClassName
{
border-color: #7F8281;
}
.TagClassName
{
border-color: #7F8281;
}
</style>