Shades of Grey #7C7B7B
Tints of Grey #7C7B7B
RGB
CMYK
RGB Variations
Color information
#7C7B7B (or 0x7C7B7B) is known color: Grey. HEX triplet: 7C, 7B and 7B. RGB value is (124,123,123). Sum of RGB (Red+Green+Blue) = 124+123+123=370 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.51% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7B7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7B7B is #838484. Grayscale: #7B7B7B. Windows color (decimal): -8619141 or 8092540. OLE color: 8092540.
HSL color Cylindrical-coordinate representation of color #7C7B7B: hue angle of 0º 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 #7C7B7B is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
RGB | 124 | 123 | 123 | - |
CMYK | 0 | 0.01 | 0.01 | 0.51 |
HSL | 0º | 0% | 0.48% | - |
HSV(B) | 0º | 0.01% | 0.49% | - |
XYZ | 18.97 | 19.88 | 21.58 | - |
YUV | 123.3 | 127.83 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 124 | 123 | 123 | 0 | 0.01 | 0.01 | 0.51 | 0 | 0 | 0.48 |
Hex | 7C | 7B | 7B | 0 | 1 | 1 | 33 | 0 | 0 | 30 |
Octal | 174 | 173 | 173 | 0 | 1 | 1 | 63 | 0 | 0 | 60 |
Binary | 1111100 | 1111011 | 1111011 | 0 | 1 | 1 | 110011 | 0 | 0 | 110000 |
Color Harmonies of #7C7B7B
Complementary color
Monochromatic Colors of #7C7B7B
Black with #7C7B7B
Text Example
Text Example
White with #7C7B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7B7B; }
p { color: rgb(124,123,123); }
H1.HeaderClassName
{
color: #7C7B7B;
}
.AnyTagClassName
{
color: #7C7B7B;
}
</style>
background-color css
<style>
a { background-color: #7C7B7B; }
a { background-color: rgb(124,123,123); }
div.DivClassName
{
background-color: #7C7B7B;
}
.BgClassName
{
background-color: #7C7B7B;
}
</style>
border-color css
<style>
span { border-color: #7C7B7B; }
span { border-color: rgb(124,123,123); }
td.TdClassName
{
border-color: #7C7B7B;
}
.TagClassName
{
border-color: #7C7B7B;
}
</style>