Shades of Regent Grey #76868F
Tints of Regent Grey #76868F
RGB
CMYK
RGB Variations
Color information
#76868F (or 0x76868F) is known color: Regent Grey. HEX triplet: 76, 86 and 8F. RGB value is (118,134,143). Sum of RGB (Red+Green+Blue) = 118+134+143=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 143 - color contains mainly: blue. Hex color #76868F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76868F is #897970. Grayscale: #828282. Windows color (decimal): -9009521 or 9406070. OLE color: 9406070.
HSL color Cylindrical-coordinate representation of color #76868F: hue angle of 201.6º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #76868F is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 134 | 143 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.44 |
| HSL | 201.6º | 0.1% | 0.51% | - |
| HSV(B) | 201.6º | 0.17% | 0.56% | - |
| XYZ | 20.95 | 22.88 | 29.3 | - |
| YUV | 130.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 143 | 0.17 | 0.06 | 0 | 0.44 | 201.6 | 0.1 | 0.51 |
| Hex | 76 | 86 | 8F | 11 | 6 | 0 | 2C | CA | A | 33 |
| Octal | 166 | 206 | 217 | 21 | 6 | 0 | 54 | 312 | 12 | 63 |
| Binary | 1110110 | 10000110 | 10001111 | 10001 | 110 | 0 | 101100 | 11001010 | 1010 | 110011 |
Color Harmonies of #76868F
Complementary color
Monochromatic Colors of #76868F
Black with #76868F
Text Example
Text Example
White with #76868F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76868F; }
p { color: rgb(118,134,143); }
H1.HeaderClassName
{
color: #76868F;
}
.AnyTagClassName
{
color: #76868F;
}
</style>
background-color css
<style>
a { background-color: #76868F; }
a { background-color: rgb(118,134,143); }
div.DivClassName
{
background-color: #76868F;
}
.BgClassName
{
background-color: #76868F;
}
</style>
border-color css
<style>
span { border-color: #76868F; }
span { border-color: rgb(118,134,143); }
td.TdClassName
{
border-color: #76868F;
}
.TagClassName
{
border-color: #76868F;
}
</style>