Shades of Regent Grey #76878B
Tints of Regent Grey #76878B
RGB
CMYK
RGB Variations
Color information
#76878B (or 0x76878B) is known color: Regent Grey. HEX triplet: 76, 87 and 8B. RGB value is (118,135,139). Sum of RGB (Red+Green+Blue) = 118+135+139=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 139 - color contains mainly: blue. Hex color #76878B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76878B is #897874. Grayscale: #828282. Windows color (decimal): -9009269 or 9144182. OLE color: 9144182.
HSL color Cylindrical-coordinate representation of color #76878B: hue angle of 191.43º 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 #76878B is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 135 | 139 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.45 |
| HSL | 191.43º | 0.08% | 0.5% | - |
| HSV(B) | 191.43º | 0.15% | 0.55% | - |
| XYZ | 20.8 | 23.04 | 27.78 | - |
| YUV | 130.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 135 | 139 | 0.15 | 0.03 | 0 | 0.45 | 191.43 | 0.08 | 0.5 |
| Hex | 76 | 87 | 8B | F | 3 | 0 | 2D | BF | 8 | 32 |
| Octal | 166 | 207 | 213 | 17 | 3 | 0 | 55 | 277 | 10 | 62 |
| Binary | 1110110 | 10000111 | 10001011 | 1111 | 11 | 0 | 101101 | 10111111 | 1000 | 110010 |
Color Harmonies of #76878B
Complementary color
Monochromatic Colors of #76878B
Black with #76878B
Text Example
Text Example
White with #76878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76878B; }
p { color: rgb(118,135,139); }
H1.HeaderClassName
{
color: #76878B;
}
.AnyTagClassName
{
color: #76878B;
}
</style>
background-color css
<style>
a { background-color: #76878B; }
a { background-color: rgb(118,135,139); }
div.DivClassName
{
background-color: #76878B;
}
.BgClassName
{
background-color: #76878B;
}
</style>
border-color css
<style>
span { border-color: #76878B; }
span { border-color: rgb(118,135,139); }
td.TdClassName
{
border-color: #76878B;
}
.TagClassName
{
border-color: #76878B;
}
</style>