Shades of Regent Grey #768187
Tints of Regent Grey #768187
RGB
CMYK
RGB Variations
Color information
#768187 (or 0x768187) is known color: Regent Grey. HEX triplet: 76, 81 and 87. RGB value is (118,129,135). Sum of RGB (Red+Green+Blue) = 118+129+135=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 135 - color contains mainly: blue. Hex color #768187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768187 is #897E78. Grayscale: #7E7E7E. Windows color (decimal): -9010809 or 8880502. OLE color: 8880502.
HSL color Cylindrical-coordinate representation of color #768187: hue angle of 201.18º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #768187 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 129 | 135 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.47 |
| HSL | 201.18º | 0.07% | 0.5% | - |
| HSV(B) | 201.18º | 0.13% | 0.53% | - |
| XYZ | 19.69 | 21.3 | 26 | - |
| YUV | 126.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 135 | 0.13 | 0.04 | 0 | 0.47 | 201.18 | 0.07 | 0.5 |
| Hex | 76 | 81 | 87 | D | 4 | 0 | 2F | C9 | 7 | 32 |
| Octal | 166 | 201 | 207 | 15 | 4 | 0 | 57 | 311 | 7 | 62 |
| Binary | 1110110 | 10000001 | 10000111 | 1101 | 100 | 0 | 101111 | 11001001 | 111 | 110010 |
Color Harmonies of #768187
Complementary color
Monochromatic Colors of #768187
Black with #768187
Text Example
Text Example
White with #768187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768187; }
p { color: rgb(118,129,135); }
H1.HeaderClassName
{
color: #768187;
}
.AnyTagClassName
{
color: #768187;
}
</style>
background-color css
<style>
a { background-color: #768187; }
a { background-color: rgb(118,129,135); }
div.DivClassName
{
background-color: #768187;
}
.BgClassName
{
background-color: #768187;
}
</style>
border-color css
<style>
span { border-color: #768187; }
span { border-color: rgb(118,129,135); }
td.TdClassName
{
border-color: #768187;
}
.TagClassName
{
border-color: #768187;
}
</style>