Shades of Regent Grey #767D80
Tints of Regent Grey #767D80
RGB
CMYK
RGB Variations
Color information
#767D80 (or 0x767D80) is known color: Regent Grey. HEX triplet: 76, 7D and 80. RGB value is (118,125,128). Sum of RGB (Red+Green+Blue) = 118+125+128=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 128 - color contains mainly: blue. Hex color #767D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767D80 is #89827F. Grayscale: #7B7B7B. Windows color (decimal): -9011840 or 8420726. OLE color: 8420726.
HSL color Cylindrical-coordinate representation of color #767D80: hue angle of 198º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #767D80 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 125 | 128 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.50 |
| HSL | 198º | 0.04% | 0.48% | - |
| HSV(B) | 198º | 0.08% | 0.5% | - |
| XYZ | 18.7 | 20.08 | 23.31 | - |
| YUV | 123.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 125 | 128 | 0.08 | 0.02 | 0 | 0.50 | 198 | 0.04 | 0.48 |
| Hex | 76 | 7D | 80 | 8 | 2 | 0 | 32 | C6 | 4 | 30 |
| Octal | 166 | 175 | 200 | 10 | 2 | 0 | 62 | 306 | 4 | 60 |
| Binary | 1110110 | 1111101 | 10000000 | 1000 | 10 | 0 | 110010 | 11000110 | 100 | 110000 |
Color Harmonies of #767D80
Complementary color
Monochromatic Colors of #767D80
Black with #767D80
Text Example
Text Example
White with #767D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767D80; }
p { color: rgb(118,125,128); }
H1.HeaderClassName
{
color: #767D80;
}
.AnyTagClassName
{
color: #767D80;
}
</style>
background-color css
<style>
a { background-color: #767D80; }
a { background-color: rgb(118,125,128); }
div.DivClassName
{
background-color: #767D80;
}
.BgClassName
{
background-color: #767D80;
}
</style>
border-color css
<style>
span { border-color: #767D80; }
span { border-color: rgb(118,125,128); }
td.TdClassName
{
border-color: #767D80;
}
.TagClassName
{
border-color: #767D80;
}
</style>