Shades of Regent Grey #768384
Tints of Regent Grey #768384
RGB
CMYK
RGB Variations
Color information
#768384 (or 0x768384) is known color: Regent Grey. HEX triplet: 76, 83 and 84. RGB value is (118,131,132). Sum of RGB (Red+Green+Blue) = 118+131+132=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 132 - color contains mainly: blue. Hex color #768384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768384 is #897C7B. Grayscale: #7F7F7F. Windows color (decimal): -9010300 or 8684406. OLE color: 8684406.
HSL color Cylindrical-coordinate representation of color #768384: hue angle of 184.29º 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 #768384 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 131 | 132 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.48 |
| HSL | 184.29º | 0.06% | 0.49% | - |
| HSV(B) | 184.29º | 0.11% | 0.52% | - |
| XYZ | 19.75 | 21.75 | 24.99 | - |
| YUV | 127.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 131 | 132 | 0.11 | 0.01 | 0 | 0.48 | 184.29 | 0.06 | 0.49 |
| Hex | 76 | 83 | 84 | B | 1 | 0 | 30 | B8 | 6 | 31 |
| Octal | 166 | 203 | 204 | 13 | 1 | 0 | 60 | 270 | 6 | 61 |
| Binary | 1110110 | 10000011 | 10000100 | 1011 | 1 | 0 | 110000 | 10111000 | 110 | 110001 |
Color Harmonies of #768384
Complementary color
Monochromatic Colors of #768384
Black with #768384
Text Example
Text Example
White with #768384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768384; }
p { color: rgb(118,131,132); }
H1.HeaderClassName
{
color: #768384;
}
.AnyTagClassName
{
color: #768384;
}
</style>
background-color css
<style>
a { background-color: #768384; }
a { background-color: rgb(118,131,132); }
div.DivClassName
{
background-color: #768384;
}
.BgClassName
{
background-color: #768384;
}
</style>
border-color css
<style>
span { border-color: #768384; }
span { border-color: rgb(118,131,132); }
td.TdClassName
{
border-color: #768384;
}
.TagClassName
{
border-color: #768384;
}
</style>