Shades of Regent Grey #737E81
Tints of Regent Grey #737E81
RGB
CMYK
RGB Variations
Color information
#737E81 (or 0x737E81) is known color: Regent Grey. HEX triplet: 73, 7E and 81. RGB value is (115,126,129). Sum of RGB (Red+Green+Blue) = 115+126+129=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 129 - color contains mainly: blue. Hex color #737E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737E81 is #8C817E. Grayscale: #7B7B7B. Windows color (decimal): -9208191 or 8486515. OLE color: 8486515.
HSL color Cylindrical-coordinate representation of color #737E81: hue angle of 192.86º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #737E81 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 126 | 129 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.49 |
| HSL | 192.86º | 0.06% | 0.48% | - |
| HSV(B) | 192.86º | 0.11% | 0.51% | - |
| XYZ | 18.49 | 20.15 | 23.68 | - |
| YUV | 123.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 126 | 129 | 0.11 | 0.02 | 0 | 0.49 | 192.86 | 0.06 | 0.48 |
| Hex | 73 | 7E | 81 | B | 2 | 0 | 31 | C1 | 6 | 30 |
| Octal | 163 | 176 | 201 | 13 | 2 | 0 | 61 | 301 | 6 | 60 |
| Binary | 1110011 | 1111110 | 10000001 | 1011 | 10 | 0 | 110001 | 11000001 | 110 | 110000 |
Color Harmonies of #737E81
Complementary color
Monochromatic Colors of #737E81
Black with #737E81
Text Example
Text Example
White with #737E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737E81; }
p { color: rgb(115,126,129); }
H1.HeaderClassName
{
color: #737E81;
}
.AnyTagClassName
{
color: #737E81;
}
</style>
background-color css
<style>
a { background-color: #737E81; }
a { background-color: rgb(115,126,129); }
div.DivClassName
{
background-color: #737E81;
}
.BgClassName
{
background-color: #737E81;
}
</style>
border-color css
<style>
span { border-color: #737E81; }
span { border-color: rgb(115,126,129); }
td.TdClassName
{
border-color: #737E81;
}
.TagClassName
{
border-color: #737E81;
}
</style>