Shades of Regent Grey #76828A
Tints of Regent Grey #76828A
RGB
CMYK
RGB Variations
Color information
#76828A (or 0x76828A) is known color: Regent Grey. HEX triplet: 76, 82 and 8A. RGB value is (118,130,138). Sum of RGB (Red+Green+Blue) = 118+130+138=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 138 - color contains mainly: blue. Hex color #76828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76828A is #897D75. Grayscale: #7F7F7F. Windows color (decimal): -9010550 or 9077366. OLE color: 9077366.
HSL color Cylindrical-coordinate representation of color #76828A: hue angle of 204º 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 #76828A is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 130 | 138 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.46 |
| HSL | 204º | 0.08% | 0.5% | - |
| HSV(B) | 204º | 0.14% | 0.54% | - |
| XYZ | 20.04 | 21.65 | 27.17 | - |
| YUV | 127.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 130 | 138 | 0.14 | 0.06 | 0 | 0.46 | 204 | 0.08 | 0.5 |
| Hex | 76 | 82 | 8A | E | 6 | 0 | 2E | CC | 8 | 32 |
| Octal | 166 | 202 | 212 | 16 | 6 | 0 | 56 | 314 | 10 | 62 |
| Binary | 1110110 | 10000010 | 10001010 | 1110 | 110 | 0 | 101110 | 11001100 | 1000 | 110010 |
Color Harmonies of #76828A
Complementary color
Monochromatic Colors of #76828A
Black with #76828A
Text Example
Text Example
White with #76828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76828A; }
p { color: rgb(118,130,138); }
H1.HeaderClassName
{
color: #76828A;
}
.AnyTagClassName
{
color: #76828A;
}
</style>
background-color css
<style>
a { background-color: #76828A; }
a { background-color: rgb(118,130,138); }
div.DivClassName
{
background-color: #76828A;
}
.BgClassName
{
background-color: #76828A;
}
</style>
border-color css
<style>
span { border-color: #76828A; }
span { border-color: rgb(118,130,138); }
td.TdClassName
{
border-color: #76828A;
}
.TagClassName
{
border-color: #76828A;
}
</style>