Shades of Regent Grey #76888A
Tints of Regent Grey #76888A
RGB
CMYK
RGB Variations
Color information
#76888A (or 0x76888A) is known color: Regent Grey. HEX triplet: 76, 88 and 8A. RGB value is (118,136,138). Sum of RGB (Red+Green+Blue) = 118+136+138=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 138 - color contains mainly: blue. Hex color #76888A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76888A is #897775. Grayscale: #828282. Windows color (decimal): -9009014 or 9078902. OLE color: 9078902.
HSL color Cylindrical-coordinate representation of color #76888A: hue angle of 186º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #76888A is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 136 | 138 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.46 |
| HSL | 186º | 0.08% | 0.5% | - |
| HSV(B) | 186º | 0.14% | 0.54% | - |
| XYZ | 20.86 | 23.29 | 27.44 | - |
| YUV | 130.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 138 | 0.14 | 0.01 | 0 | 0.46 | 186 | 0.08 | 0.5 |
| Hex | 76 | 88 | 8A | E | 1 | 0 | 2E | BA | 8 | 32 |
| Octal | 166 | 210 | 212 | 16 | 1 | 0 | 56 | 272 | 10 | 62 |
| Binary | 1110110 | 10001000 | 10001010 | 1110 | 1 | 0 | 101110 | 10111010 | 1000 | 110010 |
Color Harmonies of #76888A
Complementary color
Monochromatic Colors of #76888A
Black with #76888A
Text Example
Text Example
White with #76888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76888A; }
p { color: rgb(118,136,138); }
H1.HeaderClassName
{
color: #76888A;
}
.AnyTagClassName
{
color: #76888A;
}
</style>
background-color css
<style>
a { background-color: #76888A; }
a { background-color: rgb(118,136,138); }
div.DivClassName
{
background-color: #76888A;
}
.BgClassName
{
background-color: #76888A;
}
</style>
border-color css
<style>
span { border-color: #76888A; }
span { border-color: rgb(118,136,138); }
td.TdClassName
{
border-color: #76888A;
}
.TagClassName
{
border-color: #76888A;
}
</style>