Shades of Regent Grey #76888B
Tints of Regent Grey #76888B
RGB
CMYK
RGB Variations
Color information
#76888B (or 0x76888B) is known color: Regent Grey. HEX triplet: 76, 88 and 8B. RGB value is (118,136,139). Sum of RGB (Red+Green+Blue) = 118+136+139=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 139 - color contains mainly: blue. Hex color #76888B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76888B is #897774. Grayscale: #828282. Windows color (decimal): -9009013 or 9144438. OLE color: 9144438.
HSL color Cylindrical-coordinate representation of color #76888B: hue angle of 188.57º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #76888B is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 136 | 139 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.45 |
| HSL | 188.57º | 0.08% | 0.5% | - |
| HSV(B) | 188.57º | 0.15% | 0.55% | - |
| XYZ | 20.94 | 23.32 | 27.82 | - |
| YUV | 130.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 139 | 0.15 | 0.02 | 0 | 0.45 | 188.57 | 0.08 | 0.5 |
| Hex | 76 | 88 | 8B | F | 2 | 0 | 2D | BD | 8 | 32 |
| Octal | 166 | 210 | 213 | 17 | 2 | 0 | 55 | 275 | 10 | 62 |
| Binary | 1110110 | 10001000 | 10001011 | 1111 | 10 | 0 | 101101 | 10111101 | 1000 | 110010 |
Color Harmonies of #76888B
Complementary color
Monochromatic Colors of #76888B
Black with #76888B
Text Example
Text Example
White with #76888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76888B; }
p { color: rgb(118,136,139); }
H1.HeaderClassName
{
color: #76888B;
}
.AnyTagClassName
{
color: #76888B;
}
</style>
background-color css
<style>
a { background-color: #76888B; }
a { background-color: rgb(118,136,139); }
div.DivClassName
{
background-color: #76888B;
}
.BgClassName
{
background-color: #76888B;
}
</style>
border-color css
<style>
span { border-color: #76888B; }
span { border-color: rgb(118,136,139); }
td.TdClassName
{
border-color: #76888B;
}
.TagClassName
{
border-color: #76888B;
}
</style>