Shades of Regent Grey #737E83
Tints of Regent Grey #737E83
RGB
CMYK
RGB Variations
Color information
#737E83 (or 0x737E83) is known color: Regent Grey. HEX triplet: 73, 7E and 83. RGB value is (115,126,131). Sum of RGB (Red+Green+Blue) = 115+126+131=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 131 - color contains mainly: blue. Hex color #737E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737E83 is #8C817C. Grayscale: #7B7B7B. Windows color (decimal): -9208189 or 8617587. OLE color: 8617587.
HSL color Cylindrical-coordinate representation of color #737E83: hue angle of 198.75º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #737E83 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 126 | 131 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.49 |
| HSL | 198.75º | 0.07% | 0.48% | - |
| HSV(B) | 198.75º | 0.12% | 0.51% | - |
| XYZ | 18.63 | 20.21 | 24.39 | - |
| YUV | 123.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 126 | 131 | 0.12 | 0.04 | 0 | 0.49 | 198.75 | 0.07 | 0.48 |
| Hex | 73 | 7E | 83 | C | 4 | 0 | 31 | C7 | 7 | 30 |
| Octal | 163 | 176 | 203 | 14 | 4 | 0 | 61 | 307 | 7 | 60 |
| Binary | 1110011 | 1111110 | 10000011 | 1100 | 100 | 0 | 110001 | 11000111 | 111 | 110000 |
Color Harmonies of #737E83
Complementary color
Monochromatic Colors of #737E83
Black with #737E83
Text Example
Text Example
White with #737E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737E83; }
p { color: rgb(115,126,131); }
H1.HeaderClassName
{
color: #737E83;
}
.AnyTagClassName
{
color: #737E83;
}
</style>
background-color css
<style>
a { background-color: #737E83; }
a { background-color: rgb(115,126,131); }
div.DivClassName
{
background-color: #737E83;
}
.BgClassName
{
background-color: #737E83;
}
</style>
border-color css
<style>
span { border-color: #737E83; }
span { border-color: rgb(115,126,131); }
td.TdClassName
{
border-color: #737E83;
}
.TagClassName
{
border-color: #737E83;
}
</style>