Shades of Regent Grey #76898E
Tints of Regent Grey #76898E
RGB
CMYK
RGB Variations
Color information
#76898E (or 0x76898E) is known color: Regent Grey. HEX triplet: 76, 89 and 8E. RGB value is (118,137,142). Sum of RGB (Red+Green+Blue) = 118+137+142=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 142 - color contains mainly: blue. Hex color #76898E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76898E is #897671. Grayscale: #838383. Windows color (decimal): -9008754 or 9341302. OLE color: 9341302.
HSL color Cylindrical-coordinate representation of color #76898E: hue angle of 192.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #76898E is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 137 | 142 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.44 |
| HSL | 192.5º | 0.1% | 0.51% | - |
| HSV(B) | 192.5º | 0.17% | 0.56% | - |
| XYZ | 21.3 | 23.7 | 29.04 | - |
| YUV | 131.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 137 | 142 | 0.17 | 0.04 | 0 | 0.44 | 192.5 | 0.1 | 0.51 |
| Hex | 76 | 89 | 8E | 11 | 4 | 0 | 2C | C0 | A | 33 |
| Octal | 166 | 211 | 216 | 21 | 4 | 0 | 54 | 300 | 12 | 63 |
| Binary | 1110110 | 10001001 | 10001110 | 10001 | 100 | 0 | 101100 | 11000000 | 1010 | 110011 |
Color Harmonies of #76898E
Complementary color
Monochromatic Colors of #76898E
Black with #76898E
Text Example
Text Example
White with #76898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76898E; }
p { color: rgb(118,137,142); }
H1.HeaderClassName
{
color: #76898E;
}
.AnyTagClassName
{
color: #76898E;
}
</style>
background-color css
<style>
a { background-color: #76898E; }
a { background-color: rgb(118,137,142); }
div.DivClassName
{
background-color: #76898E;
}
.BgClassName
{
background-color: #76898E;
}
</style>
border-color css
<style>
span { border-color: #76898E; }
span { border-color: rgb(118,137,142); }
td.TdClassName
{
border-color: #76898E;
}
.TagClassName
{
border-color: #76898E;
}
</style>