Shades of Regent Grey #77838A
Tints of Regent Grey #77838A
RGB
CMYK
RGB Variations
Color information
#77838A (or 0x77838A) is known color: Regent Grey. HEX triplet: 77, 83 and 8A. RGB value is (119,131,138). Sum of RGB (Red+Green+Blue) = 119+131+138=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 138 - color contains mainly: blue. Hex color #77838A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77838A is #887C75. Grayscale: #808080. Windows color (decimal): -8944758 or 9077623. OLE color: 9077623.
HSL color Cylindrical-coordinate representation of color #77838A: hue angle of 202.11º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #77838A is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 131 | 138 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.46 |
| HSL | 202.11º | 0.08% | 0.5% | - |
| HSV(B) | 202.11º | 0.14% | 0.54% | - |
| XYZ | 20.31 | 21.99 | 27.22 | - |
| YUV | 128.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 131 | 138 | 0.14 | 0.05 | 0 | 0.46 | 202.11 | 0.08 | 0.5 |
| Hex | 77 | 83 | 8A | E | 5 | 0 | 2E | CA | 8 | 32 |
| Octal | 167 | 203 | 212 | 16 | 5 | 0 | 56 | 312 | 10 | 62 |
| Binary | 1110111 | 10000011 | 10001010 | 1110 | 101 | 0 | 101110 | 11001010 | 1000 | 110010 |
Color Harmonies of #77838A
Complementary color
Monochromatic Colors of #77838A
Black with #77838A
Text Example
Text Example
White with #77838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77838A; }
p { color: rgb(119,131,138); }
H1.HeaderClassName
{
color: #77838A;
}
.AnyTagClassName
{
color: #77838A;
}
</style>
background-color css
<style>
a { background-color: #77838A; }
a { background-color: rgb(119,131,138); }
div.DivClassName
{
background-color: #77838A;
}
.BgClassName
{
background-color: #77838A;
}
</style>
border-color css
<style>
span { border-color: #77838A; }
span { border-color: rgb(119,131,138); }
td.TdClassName
{
border-color: #77838A;
}
.TagClassName
{
border-color: #77838A;
}
</style>