Shades of Regent Grey #74858A
Tints of Regent Grey #74858A
RGB
CMYK
RGB Variations
Color information
#74858A (or 0x74858A) is known color: Regent Grey. HEX triplet: 74, 85 and 8A. RGB value is (116,133,138). Sum of RGB (Red+Green+Blue) = 116+133+138=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 138 - color contains mainly: blue. Hex color #74858A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74858A is #8B7A75. Grayscale: #808080. Windows color (decimal): -9140854 or 9078132. OLE color: 9078132.
HSL color Cylindrical-coordinate representation of color #74858A: hue angle of 193.64º 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 #74858A is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 133 | 138 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.46 |
| HSL | 193.64º | 0.09% | 0.5% | - |
| HSV(B) | 193.64º | 0.16% | 0.54% | - |
| XYZ | 20.18 | 22.32 | 27.29 | - |
| YUV | 128.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 138 | 0.16 | 0.04 | 0 | 0.46 | 193.64 | 0.09 | 0.5 |
| Hex | 74 | 85 | 8A | 10 | 4 | 0 | 2E | C2 | 9 | 32 |
| Octal | 164 | 205 | 212 | 20 | 4 | 0 | 56 | 302 | 11 | 62 |
| Binary | 1110100 | 10000101 | 10001010 | 10000 | 100 | 0 | 101110 | 11000010 | 1001 | 110010 |
Color Harmonies of #74858A
Complementary color
Monochromatic Colors of #74858A
Black with #74858A
Text Example
Text Example
White with #74858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74858A; }
p { color: rgb(116,133,138); }
H1.HeaderClassName
{
color: #74858A;
}
.AnyTagClassName
{
color: #74858A;
}
</style>
background-color css
<style>
a { background-color: #74858A; }
a { background-color: rgb(116,133,138); }
div.DivClassName
{
background-color: #74858A;
}
.BgClassName
{
background-color: #74858A;
}
</style>
border-color css
<style>
span { border-color: #74858A; }
span { border-color: rgb(116,133,138); }
td.TdClassName
{
border-color: #74858A;
}
.TagClassName
{
border-color: #74858A;
}
</style>