Shades of Regent Grey #70828A
Tints of Regent Grey #70828A
RGB
CMYK
RGB Variations
Color information
#70828A (or 0x70828A) is known color: Regent Grey. HEX triplet: 70, 82 and 8A. RGB value is (112,130,138). Sum of RGB (Red+Green+Blue) = 112+130+138=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 138 - color contains mainly: blue. Hex color #70828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70828A is #8F7D75. Grayscale: #7D7D7D. Windows color (decimal): -9403766 or 9077360. OLE color: 9077360.
HSL color Cylindrical-coordinate representation of color #70828A: hue angle of 198.46º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70828A is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 130 | 138 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.46 |
| HSL | 198.46º | 0.1% | 0.49% | - |
| HSV(B) | 198.46º | 0.19% | 0.54% | - |
| XYZ | 19.25 | 21.24 | 27.13 | - |
| YUV | 125.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 130 | 138 | 0.19 | 0.06 | 0 | 0.46 | 198.46 | 0.1 | 0.49 |
| Hex | 70 | 82 | 8A | 13 | 6 | 0 | 2E | C6 | A | 31 |
| Octal | 160 | 202 | 212 | 23 | 6 | 0 | 56 | 306 | 12 | 61 |
| Binary | 1110000 | 10000010 | 10001010 | 10011 | 110 | 0 | 101110 | 11000110 | 1010 | 110001 |
Color Harmonies of #70828A
Complementary color
Monochromatic Colors of #70828A
Black with #70828A
Text Example
Text Example
White with #70828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70828A; }
p { color: rgb(112,130,138); }
H1.HeaderClassName
{
color: #70828A;
}
.AnyTagClassName
{
color: #70828A;
}
</style>
background-color css
<style>
a { background-color: #70828A; }
a { background-color: rgb(112,130,138); }
div.DivClassName
{
background-color: #70828A;
}
.BgClassName
{
background-color: #70828A;
}
</style>
border-color css
<style>
span { border-color: #70828A; }
span { border-color: rgb(112,130,138); }
td.TdClassName
{
border-color: #70828A;
}
.TagClassName
{
border-color: #70828A;
}
</style>