Shades of Oslo Grey #7A8282
Tints of Oslo Grey #7A8282
RGB
CMYK
RGB Variations
Color information
#7A8282 (or 0x7A8282) is known color: Oslo Grey. HEX triplet: 7A, 82 and 82. RGB value is (122,130,130). Sum of RGB (Red+Green+Blue) = 122+130+130=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #7A8282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8282 is #857D7D. Grayscale: #7F7F7F. Windows color (decimal): -8748414 or 8553082. OLE color: 8553082.
HSL color Cylindrical-coordinate representation of color #7A8282: hue angle of 180º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7A8282 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
RGB | 122 | 130 | 130 | - |
CMYK | 0.06 | 0 | 0 | 0.49 |
HSL | 180º | 0.03% | 0.49% | - |
HSV(B) | 180º | 0.06% | 0.51% | - |
XYZ | 20.04 | 21.71 | 24.25 | - |
YUV | 127.61 | 129.35 | 124 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 122 | 130 | 130 | 0.06 | 0 | 0 | 0.49 | 180 | 0.03 | 0.49 |
Hex | 7A | 82 | 82 | 6 | 0 | 0 | 31 | B4 | 3 | 31 |
Octal | 172 | 202 | 202 | 6 | 0 | 0 | 61 | 264 | 3 | 61 |
Binary | 1111010 | 10000010 | 10000010 | 110 | 0 | 0 | 110001 | 10110100 | 11 | 110001 |
Color Harmonies of #7A8282
Complementary color
Monochromatic Colors of #7A8282
Black with #7A8282
Text Example
Text Example
White with #7A8282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8282; }
p { color: rgb(122,130,130); }
H1.HeaderClassName
{
color: #7A8282;
}
.AnyTagClassName
{
color: #7A8282;
}
</style>
background-color css
<style>
a { background-color: #7A8282; }
a { background-color: rgb(122,130,130); }
div.DivClassName
{
background-color: #7A8282;
}
.BgClassName
{
background-color: #7A8282;
}
</style>
border-color css
<style>
span { border-color: #7A8282; }
span { border-color: rgb(122,130,130); }
td.TdClassName
{
border-color: #7A8282;
}
.TagClassName
{
border-color: #7A8282;
}
</style>