Shades of Regent Grey #767B7E
Tints of Regent Grey #767B7E
RGB
CMYK
RGB Variations
Color information
#767B7E (or 0x767B7E) is known color: Regent Grey. HEX triplet: 76, 7B and 7E. RGB value is (118,123,126). Sum of RGB (Red+Green+Blue) = 118+123+126=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 126 - color contains mainly: blue. Hex color #767B7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767B7E is #898481. Grayscale: #797979. Windows color (decimal): -9012354 or 8289142. OLE color: 8289142.
HSL color Cylindrical-coordinate representation of color #767B7E: hue angle of 202.5º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #767B7E is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 123 | 126 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.51 |
| HSL | 202.5º | 0.03% | 0.48% | - |
| HSV(B) | 202.5º | 0.06% | 0.49% | - |
| XYZ | 18.32 | 19.52 | 22.54 | - |
| YUV | 121.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 126 | 0.06 | 0.02 | 0 | 0.51 | 202.5 | 0.03 | 0.48 |
| Hex | 76 | 7B | 7E | 6 | 2 | 0 | 33 | CA | 3 | 30 |
| Octal | 166 | 173 | 176 | 6 | 2 | 0 | 63 | 312 | 3 | 60 |
| Binary | 1110110 | 1111011 | 1111110 | 110 | 10 | 0 | 110011 | 11001010 | 11 | 110000 |
Color Harmonies of #767B7E
Complementary color
Monochromatic Colors of #767B7E
Black with #767B7E
Text Example
Text Example
White with #767B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767B7E; }
p { color: rgb(118,123,126); }
H1.HeaderClassName
{
color: #767B7E;
}
.AnyTagClassName
{
color: #767B7E;
}
</style>
background-color css
<style>
a { background-color: #767B7E; }
a { background-color: rgb(118,123,126); }
div.DivClassName
{
background-color: #767B7E;
}
.BgClassName
{
background-color: #767B7E;
}
</style>
border-color css
<style>
span { border-color: #767B7E; }
span { border-color: rgb(118,123,126); }
td.TdClassName
{
border-color: #767B7E;
}
.TagClassName
{
border-color: #767B7E;
}
</style>