Shades of Regent Grey #768288
Tints of Regent Grey #768288
RGB
CMYK
RGB Variations
Color information
#768288 (or 0x768288) is known color: Regent Grey. HEX triplet: 76, 82 and 88. RGB value is (118,130,136). Sum of RGB (Red+Green+Blue) = 118+130+136=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 136 - color contains mainly: blue. Hex color #768288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768288 is #897D77. Grayscale: #7F7F7F. Windows color (decimal): -9010552 or 8946294. OLE color: 8946294.
HSL color Cylindrical-coordinate representation of color #768288: hue angle of 200º 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 #768288 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 130 | 136 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.47 |
| HSL | 200º | 0.07% | 0.5% | - |
| HSV(B) | 200º | 0.13% | 0.53% | - |
| XYZ | 19.9 | 21.59 | 26.41 | - |
| YUV | 127.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 130 | 136 | 0.13 | 0.04 | 0 | 0.47 | 200 | 0.07 | 0.5 |
| Hex | 76 | 82 | 88 | D | 4 | 0 | 2F | C8 | 7 | 32 |
| Octal | 166 | 202 | 210 | 15 | 4 | 0 | 57 | 310 | 7 | 62 |
| Binary | 1110110 | 10000010 | 10001000 | 1101 | 100 | 0 | 101111 | 11001000 | 111 | 110010 |
Color Harmonies of #768288
Complementary color
Monochromatic Colors of #768288
Black with #768288
Text Example
Text Example
White with #768288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768288; }
p { color: rgb(118,130,136); }
H1.HeaderClassName
{
color: #768288;
}
.AnyTagClassName
{
color: #768288;
}
</style>
background-color css
<style>
a { background-color: #768288; }
a { background-color: rgb(118,130,136); }
div.DivClassName
{
background-color: #768288;
}
.BgClassName
{
background-color: #768288;
}
</style>
border-color css
<style>
span { border-color: #768288; }
span { border-color: rgb(118,130,136); }
td.TdClassName
{
border-color: #768288;
}
.TagClassName
{
border-color: #768288;
}
</style>