Shades of Regent Grey #758389
Tints of Regent Grey #758389
RGB
CMYK
RGB Variations
Color information
#758389 (or 0x758389) is known color: Regent Grey. HEX triplet: 75, 83 and 89. RGB value is (117,131,137). Sum of RGB (Red+Green+Blue) = 117+131+137=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 137 - color contains mainly: blue. Hex color #758389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758389 is #8A7C76. Grayscale: #7F7F7F. Windows color (decimal): -9075831 or 9012085. OLE color: 9012085.
HSL color Cylindrical-coordinate representation of color #758389: hue angle of 198º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #758389 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 131 | 137 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.46 |
| HSL | 198º | 0.08% | 0.5% | - |
| HSV(B) | 198º | 0.15% | 0.54% | - |
| XYZ | 19.97 | 21.82 | 26.83 | - |
| YUV | 127.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 131 | 137 | 0.15 | 0.04 | 0 | 0.46 | 198 | 0.08 | 0.5 |
| Hex | 75 | 83 | 89 | F | 4 | 0 | 2E | C6 | 8 | 32 |
| Octal | 165 | 203 | 211 | 17 | 4 | 0 | 56 | 306 | 10 | 62 |
| Binary | 1110101 | 10000011 | 10001001 | 1111 | 100 | 0 | 101110 | 11000110 | 1000 | 110010 |
Color Harmonies of #758389
Complementary color
Monochromatic Colors of #758389
Black with #758389
Text Example
Text Example
White with #758389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758389; }
p { color: rgb(117,131,137); }
H1.HeaderClassName
{
color: #758389;
}
.AnyTagClassName
{
color: #758389;
}
</style>
background-color css
<style>
a { background-color: #758389; }
a { background-color: rgb(117,131,137); }
div.DivClassName
{
background-color: #758389;
}
.BgClassName
{
background-color: #758389;
}
</style>
border-color css
<style>
span { border-color: #758389; }
span { border-color: rgb(117,131,137); }
td.TdClassName
{
border-color: #758389;
}
.TagClassName
{
border-color: #758389;
}
</style>