Shades of Regent Grey #768285
Tints of Regent Grey #768285
RGB
CMYK
RGB Variations
Color information
#768285 (or 0x768285) is known color: Regent Grey. HEX triplet: 76, 82 and 85. RGB value is (118,130,133). Sum of RGB (Red+Green+Blue) = 118+130+133=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 133 - color contains mainly: blue. Hex color #768285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768285 is #897D7A. Grayscale: #7E7E7E. Windows color (decimal): -9010555 or 8749686. OLE color: 8749686.
HSL color Cylindrical-coordinate representation of color #768285: hue angle of 192º 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 #768285 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 130 | 133 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.48 |
| HSL | 192º | 0.06% | 0.49% | - |
| HSV(B) | 192º | 0.11% | 0.52% | - |
| XYZ | 19.69 | 21.51 | 25.3 | - |
| YUV | 126.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 130 | 133 | 0.11 | 0.02 | 0 | 0.48 | 192 | 0.06 | 0.49 |
| Hex | 76 | 82 | 85 | B | 2 | 0 | 30 | C0 | 6 | 31 |
| Octal | 166 | 202 | 205 | 13 | 2 | 0 | 60 | 300 | 6 | 61 |
| Binary | 1110110 | 10000010 | 10000101 | 1011 | 10 | 0 | 110000 | 11000000 | 110 | 110001 |
Color Harmonies of #768285
Complementary color
Monochromatic Colors of #768285
Black with #768285
Text Example
Text Example
White with #768285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768285; }
p { color: rgb(118,130,133); }
H1.HeaderClassName
{
color: #768285;
}
.AnyTagClassName
{
color: #768285;
}
</style>
background-color css
<style>
a { background-color: #768285; }
a { background-color: rgb(118,130,133); }
div.DivClassName
{
background-color: #768285;
}
.BgClassName
{
background-color: #768285;
}
</style>
border-color css
<style>
span { border-color: #768285; }
span { border-color: rgb(118,130,133); }
td.TdClassName
{
border-color: #768285;
}
.TagClassName
{
border-color: #768285;
}
</style>