Shades of Regent Grey #768085
Tints of Regent Grey #768085
RGB
CMYK
RGB Variations
Color information
#768085 (or 0x768085) is known color: Regent Grey. HEX triplet: 76, 80 and 85. RGB value is (118,128,133). Sum of RGB (Red+Green+Blue) = 118+128+133=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 133 - color contains mainly: blue. Hex color #768085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768085 is #897F7A. Grayscale: #7D7D7D. Windows color (decimal): -9011067 or 8749174. OLE color: 8749174.
HSL color Cylindrical-coordinate representation of color #768085: hue angle of 200º 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 #768085 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 128 | 133 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.48 |
| HSL | 200º | 0.06% | 0.49% | - |
| HSV(B) | 200º | 0.11% | 0.52% | - |
| XYZ | 19.42 | 20.98 | 25.22 | - |
| YUV | 125.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 133 | 0.11 | 0.04 | 0 | 0.48 | 200 | 0.06 | 0.49 |
| Hex | 76 | 80 | 85 | B | 4 | 0 | 30 | C8 | 6 | 31 |
| Octal | 166 | 200 | 205 | 13 | 4 | 0 | 60 | 310 | 6 | 61 |
| Binary | 1110110 | 10000000 | 10000101 | 1011 | 100 | 0 | 110000 | 11001000 | 110 | 110001 |
Color Harmonies of #768085
Complementary color
Monochromatic Colors of #768085
Black with #768085
Text Example
Text Example
White with #768085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768085; }
p { color: rgb(118,128,133); }
H1.HeaderClassName
{
color: #768085;
}
.AnyTagClassName
{
color: #768085;
}
</style>
background-color css
<style>
a { background-color: #768085; }
a { background-color: rgb(118,128,133); }
div.DivClassName
{
background-color: #768085;
}
.BgClassName
{
background-color: #768085;
}
</style>
border-color css
<style>
span { border-color: #768085; }
span { border-color: rgb(118,128,133); }
td.TdClassName
{
border-color: #768085;
}
.TagClassName
{
border-color: #768085;
}
</style>