Shades of Regent Grey #718284
Tints of Regent Grey #718284
RGB
CMYK
RGB Variations
Color information
#718284 (or 0x718284) is known color: Regent Grey. HEX triplet: 71, 82 and 84. RGB value is (113,130,132). Sum of RGB (Red+Green+Blue) = 113+130+132=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 132 - color contains mainly: blue. Hex color #718284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718284 is #8E7D7B. Grayscale: #7D7D7D. Windows color (decimal): -9338236 or 8684145. OLE color: 8684145.
HSL color Cylindrical-coordinate representation of color #718284: hue angle of 186.32º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #718284 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 130 | 132 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.48 |
| HSL | 186.32º | 0.08% | 0.48% | - |
| HSV(B) | 186.32º | 0.14% | 0.52% | - |
| XYZ | 18.96 | 21.14 | 24.91 | - |
| YUV | 125.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 132 | 0.14 | 0.02 | 0 | 0.48 | 186.32 | 0.08 | 0.48 |
| Hex | 71 | 82 | 84 | E | 2 | 0 | 30 | BA | 8 | 30 |
| Octal | 161 | 202 | 204 | 16 | 2 | 0 | 60 | 272 | 10 | 60 |
| Binary | 1110001 | 10000010 | 10000100 | 1110 | 10 | 0 | 110000 | 10111010 | 1000 | 110000 |
Color Harmonies of #718284
Complementary color
Monochromatic Colors of #718284
Black with #718284
Text Example
Text Example
White with #718284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718284; }
p { color: rgb(113,130,132); }
H1.HeaderClassName
{
color: #718284;
}
.AnyTagClassName
{
color: #718284;
}
</style>
background-color css
<style>
a { background-color: #718284; }
a { background-color: rgb(113,130,132); }
div.DivClassName
{
background-color: #718284;
}
.BgClassName
{
background-color: #718284;
}
</style>
border-color css
<style>
span { border-color: #718284; }
span { border-color: rgb(113,130,132); }
td.TdClassName
{
border-color: #718284;
}
.TagClassName
{
border-color: #718284;
}
</style>