Shades of Regent Grey #74828A
Tints of Regent Grey #74828A
RGB
CMYK
RGB Variations
Color information
#74828A (or 0x74828A) is known color: Regent Grey. HEX triplet: 74, 82 and 8A. RGB value is (116,130,138). Sum of RGB (Red+Green+Blue) = 116+130+138=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 138 - color contains mainly: blue. Hex color #74828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74828A is #8B7D75. Grayscale: #7E7E7E. Windows color (decimal): -9141622 or 9077364. OLE color: 9077364.
HSL color Cylindrical-coordinate representation of color #74828A: hue angle of 201.82º 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 #74828A is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 130 | 138 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.46 |
| HSL | 201.82º | 0.09% | 0.5% | - |
| HSV(B) | 201.82º | 0.16% | 0.54% | - |
| XYZ | 19.77 | 21.51 | 27.16 | - |
| YUV | 126.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 138 | 0.16 | 0.06 | 0 | 0.46 | 201.82 | 0.09 | 0.5 |
| Hex | 74 | 82 | 8A | 10 | 6 | 0 | 2E | CA | 9 | 32 |
| Octal | 164 | 202 | 212 | 20 | 6 | 0 | 56 | 312 | 11 | 62 |
| Binary | 1110100 | 10000010 | 10001010 | 10000 | 110 | 0 | 101110 | 11001010 | 1001 | 110010 |
Color Harmonies of #74828A
Complementary color
Monochromatic Colors of #74828A
Black with #74828A
Text Example
Text Example
White with #74828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74828A; }
p { color: rgb(116,130,138); }
H1.HeaderClassName
{
color: #74828A;
}
.AnyTagClassName
{
color: #74828A;
}
</style>
background-color css
<style>
a { background-color: #74828A; }
a { background-color: rgb(116,130,138); }
div.DivClassName
{
background-color: #74828A;
}
.BgClassName
{
background-color: #74828A;
}
</style>
border-color css
<style>
span { border-color: #74828A; }
span { border-color: rgb(116,130,138); }
td.TdClassName
{
border-color: #74828A;
}
.TagClassName
{
border-color: #74828A;
}
</style>