Shades of Regent Grey #767B7C
Tints of Regent Grey #767B7C
RGB
CMYK
RGB Variations
Color information
#767B7C (or 0x767B7C) is known color: Regent Grey. HEX triplet: 76, 7B and 7C. RGB value is (118,123,124). Sum of RGB (Red+Green+Blue) = 118+123+124=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 124 - color contains mainly: blue. Hex color #767B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767B7C is #898483. Grayscale: #797979. Windows color (decimal): -9012356 or 8158070. OLE color: 8158070.
HSL color Cylindrical-coordinate representation of color #767B7C: hue angle of 190º 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 #767B7C is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 123 | 124 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.51 |
| HSL | 190º | 0.02% | 0.47% | - |
| HSV(B) | 190º | 0.05% | 0.49% | - |
| XYZ | 18.19 | 19.47 | 21.87 | - |
| YUV | 121.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 124 | 0.05 | 0.01 | 0 | 0.51 | 190 | 0.02 | 0.47 |
| Hex | 76 | 7B | 7C | 5 | 1 | 0 | 33 | BE | 2 | 2F |
| Octal | 166 | 173 | 174 | 5 | 1 | 0 | 63 | 276 | 2 | 57 |
| Binary | 1110110 | 1111011 | 1111100 | 101 | 1 | 0 | 110011 | 10111110 | 10 | 101111 |
Color Harmonies of #767B7C
Complementary color
Monochromatic Colors of #767B7C
Black with #767B7C
Text Example
Text Example
White with #767B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767B7C; }
p { color: rgb(118,123,124); }
H1.HeaderClassName
{
color: #767B7C;
}
.AnyTagClassName
{
color: #767B7C;
}
</style>
background-color css
<style>
a { background-color: #767B7C; }
a { background-color: rgb(118,123,124); }
div.DivClassName
{
background-color: #767B7C;
}
.BgClassName
{
background-color: #767B7C;
}
</style>
border-color css
<style>
span { border-color: #767B7C; }
span { border-color: rgb(118,123,124); }
td.TdClassName
{
border-color: #767B7C;
}
.TagClassName
{
border-color: #767B7C;
}
</style>