Shades of Regent Grey #77898F
Tints of Regent Grey #77898F
RGB
CMYK
RGB Variations
Color information
#77898F (or 0x77898F) is known color: Regent Grey. HEX triplet: 77, 89 and 8F. RGB value is (119,137,143). Sum of RGB (Red+Green+Blue) = 119+137+143=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 143 - color contains mainly: blue. Hex color #77898F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77898F is #887670. Grayscale: #848484. Windows color (decimal): -8943217 or 9406839. OLE color: 9406839.
HSL color Cylindrical-coordinate representation of color #77898F: hue angle of 195º 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 #77898F is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 137 | 143 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.44 |
| HSL | 195º | 0.1% | 0.51% | - |
| HSV(B) | 195º | 0.17% | 0.56% | - |
| XYZ | 21.51 | 23.8 | 29.45 | - |
| YUV | 132.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 137 | 143 | 0.17 | 0.04 | 0 | 0.44 | 195 | 0.1 | 0.51 |
| Hex | 77 | 89 | 8F | 11 | 4 | 0 | 2C | C3 | A | 33 |
| Octal | 167 | 211 | 217 | 21 | 4 | 0 | 54 | 303 | 12 | 63 |
| Binary | 1110111 | 10001001 | 10001111 | 10001 | 100 | 0 | 101100 | 11000011 | 1010 | 110011 |
Color Harmonies of #77898F
Complementary color
Monochromatic Colors of #77898F
Black with #77898F
Text Example
Text Example
White with #77898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77898F; }
p { color: rgb(119,137,143); }
H1.HeaderClassName
{
color: #77898F;
}
.AnyTagClassName
{
color: #77898F;
}
</style>
background-color css
<style>
a { background-color: #77898F; }
a { background-color: rgb(119,137,143); }
div.DivClassName
{
background-color: #77898F;
}
.BgClassName
{
background-color: #77898F;
}
</style>
border-color css
<style>
span { border-color: #77898F; }
span { border-color: rgb(119,137,143); }
td.TdClassName
{
border-color: #77898F;
}
.TagClassName
{
border-color: #77898F;
}
</style>