Shades of Regent Grey #76868A
Tints of Regent Grey #76868A
RGB
CMYK
RGB Variations
Color information
#76868A (or 0x76868A) is known color: Regent Grey. HEX triplet: 76, 86 and 8A. RGB value is (118,134,138). Sum of RGB (Red+Green+Blue) = 118+134+138=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 138 - color contains mainly: blue. Hex color #76868A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76868A is #897975. Grayscale: #818181. Windows color (decimal): -9009526 or 9078390. OLE color: 9078390.
HSL color Cylindrical-coordinate representation of color #76868A: hue angle of 192º 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 #76868A is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 134 | 138 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.46 |
| HSL | 192º | 0.08% | 0.5% | - |
| HSV(B) | 192º | 0.14% | 0.54% | - |
| XYZ | 20.58 | 22.74 | 27.35 | - |
| YUV | 129.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 138 | 0.14 | 0.03 | 0 | 0.46 | 192 | 0.08 | 0.5 |
| Hex | 76 | 86 | 8A | E | 3 | 0 | 2E | C0 | 8 | 32 |
| Octal | 166 | 206 | 212 | 16 | 3 | 0 | 56 | 300 | 10 | 62 |
| Binary | 1110110 | 10000110 | 10001010 | 1110 | 11 | 0 | 101110 | 11000000 | 1000 | 110010 |
Color Harmonies of #76868A
Complementary color
Monochromatic Colors of #76868A
Black with #76868A
Text Example
Text Example
White with #76868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76868A; }
p { color: rgb(118,134,138); }
H1.HeaderClassName
{
color: #76868A;
}
.AnyTagClassName
{
color: #76868A;
}
</style>
background-color css
<style>
a { background-color: #76868A; }
a { background-color: rgb(118,134,138); }
div.DivClassName
{
background-color: #76868A;
}
.BgClassName
{
background-color: #76868A;
}
</style>
border-color css
<style>
span { border-color: #76868A; }
span { border-color: rgb(118,134,138); }
td.TdClassName
{
border-color: #76868A;
}
.TagClassName
{
border-color: #76868A;
}
</style>