Shades of Regent Grey #768A93
Tints of Regent Grey #768A93
RGB
CMYK
RGB Variations
Color information
#768A93 (or 0x768A93) is known color: Regent Grey. HEX triplet: 76, 8A and 93. RGB value is (118,138,147). Sum of RGB (Red+Green+Blue) = 118+138+147=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 147 - color contains mainly: blue. Hex color #768A93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768A93 is #89756C. Grayscale: #848484. Windows color (decimal): -9008493 or 9669238. OLE color: 9669238.
HSL color Cylindrical-coordinate representation of color #768A93: hue angle of 198.62º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #768A93 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 138 | 147 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.42 |
| HSL | 198.62º | 0.12% | 0.52% | - |
| HSV(B) | 198.62º | 0.2% | 0.58% | - |
| XYZ | 21.83 | 24.14 | 31.11 | - |
| YUV | 133.05 | 135.87 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 147 | 0.20 | 0.06 | 0 | 0.42 | 198.62 | 0.12 | 0.52 |
| Hex | 76 | 8A | 93 | 14 | 6 | 0 | 2A | C7 | C | 34 |
| Octal | 166 | 212 | 223 | 24 | 6 | 0 | 52 | 307 | 14 | 64 |
| Binary | 1110110 | 10001010 | 10010011 | 10100 | 110 | 0 | 101010 | 11000111 | 1100 | 110100 |
Color Harmonies of #768A93
Complementary color
Monochromatic Colors of #768A93
Black with #768A93
Text Example
Text Example
White with #768A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768A93; }
p { color: rgb(118,138,147); }
H1.HeaderClassName
{
color: #768A93;
}
.AnyTagClassName
{
color: #768A93;
}
</style>
background-color css
<style>
a { background-color: #768A93; }
a { background-color: rgb(118,138,147); }
div.DivClassName
{
background-color: #768A93;
}
.BgClassName
{
background-color: #768A93;
}
</style>
border-color css
<style>
span { border-color: #768A93; }
span { border-color: rgb(118,138,147); }
td.TdClassName
{
border-color: #768A93;
}
.TagClassName
{
border-color: #768A93;
}
</style>