Shades of Regent Grey #77858B
Tints of Regent Grey #77858B
RGB
CMYK
RGB Variations
Color information
#77858B (or 0x77858B) is known color: Regent Grey. HEX triplet: 77, 85 and 8B. RGB value is (119,133,139). Sum of RGB (Red+Green+Blue) = 119+133+139=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 139 - color contains mainly: blue. Hex color #77858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77858B is #887A74. Grayscale: #818181. Windows color (decimal): -8944245 or 9143671. OLE color: 9143671.
HSL color Cylindrical-coordinate representation of color #77858B: hue angle of 198º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #77858B is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 133 | 139 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.45 |
| HSL | 198º | 0.08% | 0.51% | - |
| HSV(B) | 198º | 0.14% | 0.55% | - |
| XYZ | 20.66 | 22.56 | 27.69 | - |
| YUV | 129.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 139 | 0.14 | 0.04 | 0 | 0.45 | 198 | 0.08 | 0.51 |
| Hex | 77 | 85 | 8B | E | 4 | 0 | 2D | C6 | 8 | 33 |
| Octal | 167 | 205 | 213 | 16 | 4 | 0 | 55 | 306 | 10 | 63 |
| Binary | 1110111 | 10000101 | 10001011 | 1110 | 100 | 0 | 101101 | 11000110 | 1000 | 110011 |
Color Harmonies of #77858B
Complementary color
Monochromatic Colors of #77858B
Black with #77858B
Text Example
Text Example
White with #77858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77858B; }
p { color: rgb(119,133,139); }
H1.HeaderClassName
{
color: #77858B;
}
.AnyTagClassName
{
color: #77858B;
}
</style>
background-color css
<style>
a { background-color: #77858B; }
a { background-color: rgb(119,133,139); }
div.DivClassName
{
background-color: #77858B;
}
.BgClassName
{
background-color: #77858B;
}
</style>
border-color css
<style>
span { border-color: #77858B; }
span { border-color: rgb(119,133,139); }
td.TdClassName
{
border-color: #77858B;
}
.TagClassName
{
border-color: #77858B;
}
</style>