Shades of Regent Grey #768588
Tints of Regent Grey #768588
RGB
CMYK
RGB Variations
Color information
#768588 (or 0x768588) is known color: Regent Grey. HEX triplet: 76, 85 and 88. RGB value is (118,133,136). Sum of RGB (Red+Green+Blue) = 118+133+136=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 136 - color contains mainly: blue. Hex color #768588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768588 is #897A77. Grayscale: #808080. Windows color (decimal): -9009784 or 8947062. OLE color: 8947062.
HSL color Cylindrical-coordinate representation of color #768588: hue angle of 190º 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 #768588 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 133 | 136 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.47 |
| HSL | 190º | 0.07% | 0.5% | - |
| HSV(B) | 190º | 0.13% | 0.53% | - |
| XYZ | 20.3 | 22.4 | 26.55 | - |
| YUV | 128.86 | 132.03 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 136 | 0.13 | 0.02 | 0 | 0.47 | 190 | 0.07 | 0.5 |
| Hex | 76 | 85 | 88 | D | 2 | 0 | 2F | BE | 7 | 32 |
| Octal | 166 | 205 | 210 | 15 | 2 | 0 | 57 | 276 | 7 | 62 |
| Binary | 1110110 | 10000101 | 10001000 | 1101 | 10 | 0 | 101111 | 10111110 | 111 | 110010 |
Color Harmonies of #768588
Complementary color
Monochromatic Colors of #768588
Black with #768588
Text Example
Text Example
White with #768588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768588; }
p { color: rgb(118,133,136); }
H1.HeaderClassName
{
color: #768588;
}
.AnyTagClassName
{
color: #768588;
}
</style>
background-color css
<style>
a { background-color: #768588; }
a { background-color: rgb(118,133,136); }
div.DivClassName
{
background-color: #768588;
}
.BgClassName
{
background-color: #768588;
}
</style>
border-color css
<style>
span { border-color: #768588; }
span { border-color: rgb(118,133,136); }
td.TdClassName
{
border-color: #768588;
}
.TagClassName
{
border-color: #768588;
}
</style>