Shades of Regent Grey #74898E
Tints of Regent Grey #74898E
RGB
CMYK
RGB Variations
Color information
#74898E (or 0x74898E) is known color: Regent Grey. HEX triplet: 74, 89 and 8E. RGB value is (116,137,142). Sum of RGB (Red+Green+Blue) = 116+137+142=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 142 - color contains mainly: blue. Hex color #74898E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74898E is #8B7671. Grayscale: #838383. Windows color (decimal): -9139826 or 9341300. OLE color: 9341300.
HSL color Cylindrical-coordinate representation of color #74898E: hue angle of 191.54º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #74898E is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 137 | 142 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.44 |
| HSL | 191.54º | 0.1% | 0.51% | - |
| HSV(B) | 191.54º | 0.18% | 0.56% | - |
| XYZ | 21.03 | 23.56 | 29.03 | - |
| YUV | 131.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 137 | 142 | 0.18 | 0.04 | 0 | 0.44 | 191.54 | 0.1 | 0.51 |
| Hex | 74 | 89 | 8E | 12 | 4 | 0 | 2C | C0 | A | 33 |
| Octal | 164 | 211 | 216 | 22 | 4 | 0 | 54 | 300 | 12 | 63 |
| Binary | 1110100 | 10001001 | 10001110 | 10010 | 100 | 0 | 101100 | 11000000 | 1010 | 110011 |
Color Harmonies of #74898E
Complementary color
Monochromatic Colors of #74898E
Black with #74898E
Text Example
Text Example
White with #74898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74898E; }
p { color: rgb(116,137,142); }
H1.HeaderClassName
{
color: #74898E;
}
.AnyTagClassName
{
color: #74898E;
}
</style>
background-color css
<style>
a { background-color: #74898E; }
a { background-color: rgb(116,137,142); }
div.DivClassName
{
background-color: #74898E;
}
.BgClassName
{
background-color: #74898E;
}
</style>
border-color css
<style>
span { border-color: #74898E; }
span { border-color: rgb(116,137,142); }
td.TdClassName
{
border-color: #74898E;
}
.TagClassName
{
border-color: #74898E;
}
</style>