Shades of Regent Grey #767A7C
Tints of Regent Grey #767A7C
RGB
CMYK
RGB Variations
Color information
#767A7C (or 0x767A7C) is known color: Regent Grey. HEX triplet: 76, 7A and 7C. RGB value is (118,122,124). Sum of RGB (Red+Green+Blue) = 118+122+124=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 124 - color contains mainly: blue. Hex color #767A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767A7C is #898583. Grayscale: #797979. Windows color (decimal): -9012612 or 8157814. OLE color: 8157814.
HSL color Cylindrical-coordinate representation of color #767A7C: hue angle of 200º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #767A7C is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 122 | 124 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.51 |
| HSL | 200º | 0.02% | 0.47% | - |
| HSV(B) | 200º | 0.05% | 0.49% | - |
| XYZ | 18.07 | 19.23 | 21.83 | - |
| YUV | 121.03 | 129.67 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 124 | 0.05 | 0.02 | 0 | 0.51 | 200 | 0.02 | 0.47 |
| Hex | 76 | 7A | 7C | 5 | 2 | 0 | 33 | C8 | 2 | 2F |
| Octal | 166 | 172 | 174 | 5 | 2 | 0 | 63 | 310 | 2 | 57 |
| Binary | 1110110 | 1111010 | 1111100 | 101 | 10 | 0 | 110011 | 11001000 | 10 | 101111 |
Color Harmonies of #767A7C
Complementary color
Monochromatic Colors of #767A7C
Black with #767A7C
Text Example
Text Example
White with #767A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767A7C; }
p { color: rgb(118,122,124); }
H1.HeaderClassName
{
color: #767A7C;
}
.AnyTagClassName
{
color: #767A7C;
}
</style>
background-color css
<style>
a { background-color: #767A7C; }
a { background-color: rgb(118,122,124); }
div.DivClassName
{
background-color: #767A7C;
}
.BgClassName
{
background-color: #767A7C;
}
</style>
border-color css
<style>
span { border-color: #767A7C; }
span { border-color: rgb(118,122,124); }
td.TdClassName
{
border-color: #767A7C;
}
.TagClassName
{
border-color: #767A7C;
}
</style>