Shades of Regent Grey #77848B
Tints of Regent Grey #77848B
RGB
CMYK
RGB Variations
Color information
#77848B (or 0x77848B) is known color: Regent Grey. HEX triplet: 77, 84 and 8B. RGB value is (119,132,139). Sum of RGB (Red+Green+Blue) = 119+132+139=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 139 - color contains mainly: blue. Hex color #77848B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77848B is #887B74. Grayscale: #808080. Windows color (decimal): -8944501 or 9143415. OLE color: 9143415.
HSL color Cylindrical-coordinate representation of color #77848B: hue angle of 201º 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 #77848B is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 132 | 139 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.45 |
| HSL | 201º | 0.08% | 0.51% | - |
| HSV(B) | 201º | 0.14% | 0.55% | - |
| XYZ | 20.52 | 22.29 | 27.65 | - |
| YUV | 128.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 132 | 139 | 0.14 | 0.05 | 0 | 0.45 | 201 | 0.08 | 0.51 |
| Hex | 77 | 84 | 8B | E | 5 | 0 | 2D | C9 | 8 | 33 |
| Octal | 167 | 204 | 213 | 16 | 5 | 0 | 55 | 311 | 10 | 63 |
| Binary | 1110111 | 10000100 | 10001011 | 1110 | 101 | 0 | 101101 | 11001001 | 1000 | 110011 |
Color Harmonies of #77848B
Complementary color
Monochromatic Colors of #77848B
Black with #77848B
Text Example
Text Example
White with #77848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77848B; }
p { color: rgb(119,132,139); }
H1.HeaderClassName
{
color: #77848B;
}
.AnyTagClassName
{
color: #77848B;
}
</style>
background-color css
<style>
a { background-color: #77848B; }
a { background-color: rgb(119,132,139); }
div.DivClassName
{
background-color: #77848B;
}
.BgClassName
{
background-color: #77848B;
}
</style>
border-color css
<style>
span { border-color: #77848B; }
span { border-color: rgb(119,132,139); }
td.TdClassName
{
border-color: #77848B;
}
.TagClassName
{
border-color: #77848B;
}
</style>