Shades of Regent Grey #768488
Tints of Regent Grey #768488
RGB
CMYK
RGB Variations
Color information
#768488 (or 0x768488) is known color: Regent Grey. HEX triplet: 76, 84 and 88. RGB value is (118,132,136). Sum of RGB (Red+Green+Blue) = 118+132+136=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 136 - color contains mainly: blue. Hex color #768488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768488 is #897B77. Grayscale: #808080. Windows color (decimal): -9010040 or 8946806. OLE color: 8946806.
HSL color Cylindrical-coordinate representation of color #768488: hue angle of 193.33º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #768488 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 132 | 136 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.47 |
| HSL | 193.33º | 0.07% | 0.5% | - |
| HSV(B) | 193.33º | 0.13% | 0.53% | - |
| XYZ | 20.17 | 22.13 | 26.5 | - |
| YUV | 128.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 132 | 136 | 0.13 | 0.03 | 0 | 0.47 | 193.33 | 0.07 | 0.5 |
| Hex | 76 | 84 | 88 | D | 3 | 0 | 2F | C1 | 7 | 32 |
| Octal | 166 | 204 | 210 | 15 | 3 | 0 | 57 | 301 | 7 | 62 |
| Binary | 1110110 | 10000100 | 10001000 | 1101 | 11 | 0 | 101111 | 11000001 | 111 | 110010 |
Color Harmonies of #768488
Complementary color
Monochromatic Colors of #768488
Black with #768488
Text Example
Text Example
White with #768488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768488; }
p { color: rgb(118,132,136); }
H1.HeaderClassName
{
color: #768488;
}
.AnyTagClassName
{
color: #768488;
}
</style>
background-color css
<style>
a { background-color: #768488; }
a { background-color: rgb(118,132,136); }
div.DivClassName
{
background-color: #768488;
}
.BgClassName
{
background-color: #768488;
}
</style>
border-color css
<style>
span { border-color: #768488; }
span { border-color: rgb(118,132,136); }
td.TdClassName
{
border-color: #768488;
}
.TagClassName
{
border-color: #768488;
}
</style>