Shades of Regent Grey #748487
Tints of Regent Grey #748487
RGB
CMYK
RGB Variations
Color information
#748487 (or 0x748487) is known color: Regent Grey. HEX triplet: 74, 84 and 87. RGB value is (116,132,135). Sum of RGB (Red+Green+Blue) = 116+132+135=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 135 - color contains mainly: blue. Hex color #748487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748487 is #8B7B78. Grayscale: #7F7F7F. Windows color (decimal): -9141113 or 8881268. OLE color: 8881268.
HSL color Cylindrical-coordinate representation of color #748487: hue angle of 189.47º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #748487 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 132 | 135 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.47 |
| HSL | 189.47º | 0.08% | 0.49% | - |
| HSV(B) | 189.47º | 0.14% | 0.53% | - |
| XYZ | 19.83 | 21.96 | 26.12 | - |
| YUV | 127.56 | 132.2 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 135 | 0.14 | 0.02 | 0 | 0.47 | 189.47 | 0.08 | 0.49 |
| Hex | 74 | 84 | 87 | E | 2 | 0 | 2F | BD | 8 | 31 |
| Octal | 164 | 204 | 207 | 16 | 2 | 0 | 57 | 275 | 10 | 61 |
| Binary | 1110100 | 10000100 | 10000111 | 1110 | 10 | 0 | 101111 | 10111101 | 1000 | 110001 |
Color Harmonies of #748487
Complementary color
Monochromatic Colors of #748487
Black with #748487
Text Example
Text Example
White with #748487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748487; }
p { color: rgb(116,132,135); }
H1.HeaderClassName
{
color: #748487;
}
.AnyTagClassName
{
color: #748487;
}
</style>
background-color css
<style>
a { background-color: #748487; }
a { background-color: rgb(116,132,135); }
div.DivClassName
{
background-color: #748487;
}
.BgClassName
{
background-color: #748487;
}
</style>
border-color css
<style>
span { border-color: #748487; }
span { border-color: rgb(116,132,135); }
td.TdClassName
{
border-color: #748487;
}
.TagClassName
{
border-color: #748487;
}
</style>