Shades of Regent Grey #76858B
Tints of Regent Grey #76858B
RGB
CMYK
RGB Variations
Color information
#76858B (or 0x76858B) is known color: Regent Grey. HEX triplet: 76, 85 and 8B. RGB value is (118,133,139). Sum of RGB (Red+Green+Blue) = 118+133+139=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 133 (52.34% from 255 or 34.10% 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 #76858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76858B is #897A74. Grayscale: #818181. Windows color (decimal): -9009781 or 9143670. OLE color: 9143670.
HSL color Cylindrical-coordinate representation of color #76858B: hue angle of 197.14º 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 #76858B is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 133 | 139 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.45 |
| HSL | 197.14º | 0.08% | 0.5% | - |
| HSV(B) | 197.14º | 0.15% | 0.55% | - |
| XYZ | 20.52 | 22.49 | 27.69 | - |
| YUV | 129.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 139 | 0.15 | 0.04 | 0 | 0.45 | 197.14 | 0.08 | 0.5 |
| Hex | 76 | 85 | 8B | F | 4 | 0 | 2D | C5 | 8 | 32 |
| Octal | 166 | 205 | 213 | 17 | 4 | 0 | 55 | 305 | 10 | 62 |
| Binary | 1110110 | 10000101 | 10001011 | 1111 | 100 | 0 | 101101 | 11000101 | 1000 | 110010 |
Color Harmonies of #76858B
Complementary color
Monochromatic Colors of #76858B
Black with #76858B
Text Example
Text Example
White with #76858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76858B; }
p { color: rgb(118,133,139); }
H1.HeaderClassName
{
color: #76858B;
}
.AnyTagClassName
{
color: #76858B;
}
</style>
background-color css
<style>
a { background-color: #76858B; }
a { background-color: rgb(118,133,139); }
div.DivClassName
{
background-color: #76858B;
}
.BgClassName
{
background-color: #76858B;
}
</style>
border-color css
<style>
span { border-color: #76858B; }
span { border-color: rgb(118,133,139); }
td.TdClassName
{
border-color: #76858B;
}
.TagClassName
{
border-color: #76858B;
}
</style>