Shades of Regent Grey #768890
Tints of Regent Grey #768890
RGB
CMYK
RGB Variations
Color information
#768890 (or 0x768890) is known color: Regent Grey. HEX triplet: 76, 88 and 90. RGB value is (118,136,144). Sum of RGB (Red+Green+Blue) = 118+136+144=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 144 - color contains mainly: blue. Hex color #768890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768890 is #89776F. Grayscale: #838383. Windows color (decimal): -9009008 or 9472118. OLE color: 9472118.
HSL color Cylindrical-coordinate representation of color #768890: hue angle of 198.46º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #768890 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 136 | 144 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.44 |
| HSL | 198.46º | 0.1% | 0.51% | - |
| HSV(B) | 198.46º | 0.18% | 0.56% | - |
| XYZ | 21.31 | 23.47 | 29.79 | - |
| YUV | 131.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 144 | 0.18 | 0.06 | 0 | 0.44 | 198.46 | 0.1 | 0.51 |
| Hex | 76 | 88 | 90 | 12 | 6 | 0 | 2C | C6 | A | 33 |
| Octal | 166 | 210 | 220 | 22 | 6 | 0 | 54 | 306 | 12 | 63 |
| Binary | 1110110 | 10001000 | 10010000 | 10010 | 110 | 0 | 101100 | 11000110 | 1010 | 110011 |
Color Harmonies of #768890
Complementary color
Monochromatic Colors of #768890
Black with #768890
Text Example
Text Example
White with #768890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768890; }
p { color: rgb(118,136,144); }
H1.HeaderClassName
{
color: #768890;
}
.AnyTagClassName
{
color: #768890;
}
</style>
background-color css
<style>
a { background-color: #768890; }
a { background-color: rgb(118,136,144); }
div.DivClassName
{
background-color: #768890;
}
.BgClassName
{
background-color: #768890;
}
</style>
border-color css
<style>
span { border-color: #768890; }
span { border-color: rgb(118,136,144); }
td.TdClassName
{
border-color: #768890;
}
.TagClassName
{
border-color: #768890;
}
</style>