Shades of Regent Grey #76848C
Tints of Regent Grey #76848C
RGB
CMYK
RGB Variations
Color information
#76848C (or 0x76848C) is known color: Regent Grey. HEX triplet: 76, 84 and 8C. RGB value is (118,132,140). Sum of RGB (Red+Green+Blue) = 118+132+140=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 140 - color contains mainly: blue. Hex color #76848C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76848C is #897B73. Grayscale: #808080. Windows color (decimal): -9010036 or 9208950. OLE color: 9208950.
HSL color Cylindrical-coordinate representation of color #76848C: hue angle of 201.82º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #76848C is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 132 | 140 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.45 |
| HSL | 201.82º | 0.09% | 0.51% | - |
| HSV(B) | 201.82º | 0.16% | 0.55% | - |
| XYZ | 20.46 | 22.25 | 28.03 | - |
| YUV | 128.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 132 | 140 | 0.16 | 0.06 | 0 | 0.45 | 201.82 | 0.09 | 0.51 |
| Hex | 76 | 84 | 8C | 10 | 6 | 0 | 2D | CA | 9 | 33 |
| Octal | 166 | 204 | 214 | 20 | 6 | 0 | 55 | 312 | 11 | 63 |
| Binary | 1110110 | 10000100 | 10001100 | 10000 | 110 | 0 | 101101 | 11001010 | 1001 | 110011 |
Color Harmonies of #76848C
Complementary color
Monochromatic Colors of #76848C
Black with #76848C
Text Example
Text Example
White with #76848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76848C; }
p { color: rgb(118,132,140); }
H1.HeaderClassName
{
color: #76848C;
}
.AnyTagClassName
{
color: #76848C;
}
</style>
background-color css
<style>
a { background-color: #76848C; }
a { background-color: rgb(118,132,140); }
div.DivClassName
{
background-color: #76848C;
}
.BgClassName
{
background-color: #76848C;
}
</style>
border-color css
<style>
span { border-color: #76848C; }
span { border-color: rgb(118,132,140); }
td.TdClassName
{
border-color: #76848C;
}
.TagClassName
{
border-color: #76848C;
}
</style>