Shades of Regent Grey #768084
Tints of Regent Grey #768084
RGB
CMYK
RGB Variations
Color information
#768084 (or 0x768084) is known color: Regent Grey. HEX triplet: 76, 80 and 84. RGB value is (118,128,132). Sum of RGB (Red+Green+Blue) = 118+128+132=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 132 - color contains mainly: blue. Hex color #768084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768084 is #897F7B. Grayscale: #7D7D7D. Windows color (decimal): -9011068 or 8683638. OLE color: 8683638.
HSL color Cylindrical-coordinate representation of color #768084: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #768084 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 128 | 132 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.48 |
| HSL | 197.14º | 0.06% | 0.49% | - |
| HSV(B) | 197.14º | 0.11% | 0.52% | - |
| XYZ | 19.36 | 20.96 | 24.85 | - |
| YUV | 125.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 132 | 0.11 | 0.03 | 0 | 0.48 | 197.14 | 0.06 | 0.49 |
| Hex | 76 | 80 | 84 | B | 3 | 0 | 30 | C5 | 6 | 31 |
| Octal | 166 | 200 | 204 | 13 | 3 | 0 | 60 | 305 | 6 | 61 |
| Binary | 1110110 | 10000000 | 10000100 | 1011 | 11 | 0 | 110000 | 11000101 | 110 | 110001 |
Color Harmonies of #768084
Complementary color
Monochromatic Colors of #768084
Black with #768084
Text Example
Text Example
White with #768084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768084; }
p { color: rgb(118,128,132); }
H1.HeaderClassName
{
color: #768084;
}
.AnyTagClassName
{
color: #768084;
}
</style>
background-color css
<style>
a { background-color: #768084; }
a { background-color: rgb(118,128,132); }
div.DivClassName
{
background-color: #768084;
}
.BgClassName
{
background-color: #768084;
}
</style>
border-color css
<style>
span { border-color: #768084; }
span { border-color: rgb(118,128,132); }
td.TdClassName
{
border-color: #768084;
}
.TagClassName
{
border-color: #768084;
}
</style>