Shades of Regent Grey #74838A
Tints of Regent Grey #74838A
RGB
CMYK
RGB Variations
Color information
#74838A (or 0x74838A) is known color: Regent Grey. HEX triplet: 74, 83 and 8A. RGB value is (116,131,138). Sum of RGB (Red+Green+Blue) = 116+131+138=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 138 - color contains mainly: blue. Hex color #74838A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74838A is #8B7C75. Grayscale: #7F7F7F. Windows color (decimal): -9141366 or 9077620. OLE color: 9077620.
HSL color Cylindrical-coordinate representation of color #74838A: hue angle of 199.09º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #74838A is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 131 | 138 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.46 |
| HSL | 199.09º | 0.09% | 0.5% | - |
| HSV(B) | 199.09º | 0.16% | 0.54% | - |
| XYZ | 19.91 | 21.78 | 27.2 | - |
| YUV | 127.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 131 | 138 | 0.16 | 0.05 | 0 | 0.46 | 199.09 | 0.09 | 0.5 |
| Hex | 74 | 83 | 8A | 10 | 5 | 0 | 2E | C7 | 9 | 32 |
| Octal | 164 | 203 | 212 | 20 | 5 | 0 | 56 | 307 | 11 | 62 |
| Binary | 1110100 | 10000011 | 10001010 | 10000 | 101 | 0 | 101110 | 11000111 | 1001 | 110010 |
Color Harmonies of #74838A
Complementary color
Monochromatic Colors of #74838A
Black with #74838A
Text Example
Text Example
White with #74838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74838A; }
p { color: rgb(116,131,138); }
H1.HeaderClassName
{
color: #74838A;
}
.AnyTagClassName
{
color: #74838A;
}
</style>
background-color css
<style>
a { background-color: #74838A; }
a { background-color: rgb(116,131,138); }
div.DivClassName
{
background-color: #74838A;
}
.BgClassName
{
background-color: #74838A;
}
</style>
border-color css
<style>
span { border-color: #74838A; }
span { border-color: rgb(116,131,138); }
td.TdClassName
{
border-color: #74838A;
}
.TagClassName
{
border-color: #74838A;
}
</style>