Shades of Regent Grey #76838B
Tints of Regent Grey #76838B
RGB
CMYK
RGB Variations
Color information
#76838B (or 0x76838B) is known color: Regent Grey. HEX triplet: 76, 83 and 8B. RGB value is (118,131,139). Sum of RGB (Red+Green+Blue) = 118+131+139=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 139 - color contains mainly: blue. Hex color #76838B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76838B is #897C74. Grayscale: #7F7F7F. Windows color (decimal): -9010293 or 9143158. OLE color: 9143158.
HSL color Cylindrical-coordinate representation of color #76838B: hue angle of 202.86º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #76838B is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 131 | 139 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.45 |
| HSL | 202.86º | 0.08% | 0.5% | - |
| HSV(B) | 202.86º | 0.15% | 0.55% | - |
| XYZ | 20.25 | 21.95 | 27.6 | - |
| YUV | 128.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 131 | 139 | 0.15 | 0.06 | 0 | 0.45 | 202.86 | 0.08 | 0.5 |
| Hex | 76 | 83 | 8B | F | 6 | 0 | 2D | CB | 8 | 32 |
| Octal | 166 | 203 | 213 | 17 | 6 | 0 | 55 | 313 | 10 | 62 |
| Binary | 1110110 | 10000011 | 10001011 | 1111 | 110 | 0 | 101101 | 11001011 | 1000 | 110010 |
Color Harmonies of #76838B
Complementary color
Monochromatic Colors of #76838B
Black with #76838B
Text Example
Text Example
White with #76838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76838B; }
p { color: rgb(118,131,139); }
H1.HeaderClassName
{
color: #76838B;
}
.AnyTagClassName
{
color: #76838B;
}
</style>
background-color css
<style>
a { background-color: #76838B; }
a { background-color: rgb(118,131,139); }
div.DivClassName
{
background-color: #76838B;
}
.BgClassName
{
background-color: #76838B;
}
</style>
border-color css
<style>
span { border-color: #76838B; }
span { border-color: rgb(118,131,139); }
td.TdClassName
{
border-color: #76838B;
}
.TagClassName
{
border-color: #76838B;
}
</style>