Shades of Regent Grey #737F85
Tints of Regent Grey #737F85
RGB
CMYK
RGB Variations
Color information
#737F85 (or 0x737F85) is known color: Regent Grey. HEX triplet: 73, 7F and 85. RGB value is (115,127,133). Sum of RGB (Red+Green+Blue) = 115+127+133=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 133 - color contains mainly: blue. Hex color #737F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737F85 is #8C807A. Grayscale: #7C7C7C. Windows color (decimal): -9207931 or 8748915. OLE color: 8748915.
HSL color Cylindrical-coordinate representation of color #737F85: hue angle of 200º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #737F85 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 127 | 133 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.48 |
| HSL | 200º | 0.07% | 0.49% | - |
| HSV(B) | 200º | 0.14% | 0.52% | - |
| XYZ | 18.89 | 20.52 | 25.15 | - |
| YUV | 124.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 133 | 0.14 | 0.05 | 0 | 0.48 | 200 | 0.07 | 0.49 |
| Hex | 73 | 7F | 85 | E | 5 | 0 | 30 | C8 | 7 | 31 |
| Octal | 163 | 177 | 205 | 16 | 5 | 0 | 60 | 310 | 7 | 61 |
| Binary | 1110011 | 1111111 | 10000101 | 1110 | 101 | 0 | 110000 | 11001000 | 111 | 110001 |
Color Harmonies of #737F85
Complementary color
Monochromatic Colors of #737F85
Black with #737F85
Text Example
Text Example
White with #737F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737F85; }
p { color: rgb(115,127,133); }
H1.HeaderClassName
{
color: #737F85;
}
.AnyTagClassName
{
color: #737F85;
}
</style>
background-color css
<style>
a { background-color: #737F85; }
a { background-color: rgb(115,127,133); }
div.DivClassName
{
background-color: #737F85;
}
.BgClassName
{
background-color: #737F85;
}
</style>
border-color css
<style>
span { border-color: #737F85; }
span { border-color: rgb(115,127,133); }
td.TdClassName
{
border-color: #737F85;
}
.TagClassName
{
border-color: #737F85;
}
</style>