Shades of Oslo Grey #7B7C7C
Tints of Oslo Grey #7B7C7C
RGB
CMYK
RGB Variations
Color information
#7B7C7C (or 0x7B7C7C) is known color: Oslo Grey. HEX triplet: 7B, 7C and 7C. RGB value is (123,124,124). Sum of RGB (Red+Green+Blue) = 123+124+124=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #7B7C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7C7C is #848383. Grayscale: #7B7B7B. Windows color (decimal): -8684420 or 8158331. OLE color: 8158331.
HSL color Cylindrical-coordinate representation of color #7B7C7C: hue angle of 180º degrees, saturation: 0, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #7B7C7C is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
RGB | 123 | 124 | 124 | - |
CMYK | 0.01 | 0 | 0 | 0.51 |
HSL | 180º | 0% | 0.48% | - |
HSV(B) | 180º | 0.01% | 0.49% | - |
XYZ | 19.01 | 20.08 | 21.94 | - |
YUV | 123.7 | 128.17 | 127.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 124 | 124 | 0.01 | 0 | 0 | 0.51 | 180 | 0 | 0.48 |
Hex | 7B | 7C | 7C | 1 | 0 | 0 | 33 | B4 | 0 | 30 |
Octal | 173 | 174 | 174 | 1 | 0 | 0 | 63 | 264 | 0 | 60 |
Binary | 1111011 | 1111100 | 1111100 | 1 | 0 | 0 | 110011 | 10110100 | 0 | 110000 |
Color Harmonies of #7B7C7C
Complementary color
Monochromatic Colors of #7B7C7C
Black with #7B7C7C
Text Example
Text Example
White with #7B7C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7C7C; }
p { color: rgb(123,124,124); }
H1.HeaderClassName
{
color: #7B7C7C;
}
.AnyTagClassName
{
color: #7B7C7C;
}
</style>
background-color css
<style>
a { background-color: #7B7C7C; }
a { background-color: rgb(123,124,124); }
div.DivClassName
{
background-color: #7B7C7C;
}
.BgClassName
{
background-color: #7B7C7C;
}
</style>
border-color css
<style>
span { border-color: #7B7C7C; }
span { border-color: rgb(123,124,124); }
td.TdClassName
{
border-color: #7B7C7C;
}
.TagClassName
{
border-color: #7B7C7C;
}
</style>