Shades of Regent Grey #7D898B
Tints of Regent Grey #7D898B
RGB
CMYK
RGB Variations
Color information
#7D898B (or 0x7D898B) is known color: Regent Grey. HEX triplet: 7D, 89 and 8B. RGB value is (125,137,139). Sum of RGB (Red+Green+Blue) = 125+137+139=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D898B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D898B is #827674. Grayscale: #858585. Windows color (decimal): -8550005 or 9144701. OLE color: 9144701.
HSL color Cylindrical-coordinate representation of color #7D898B: hue angle of 188.57º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7D898B is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 125 | 137 | 139 | - |
CMYK | 0.10 | 0.01 | 0 | 0.45 |
HSL | 188.57º | 0.06% | 0.52% | - |
HSV(B) | 188.57º | 0.1% | 0.55% | - |
XYZ | 22.06 | 24.12 | 27.92 | - |
YUV | 133.64 | 131.02 | 121.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 137 | 139 | 0.10 | 0.01 | 0 | 0.45 | 188.57 | 0.06 | 0.52 |
Hex | 7D | 89 | 8B | A | 1 | 0 | 2D | BD | 6 | 34 |
Octal | 175 | 211 | 213 | 12 | 1 | 0 | 55 | 275 | 6 | 64 |
Binary | 1111101 | 10001001 | 10001011 | 1010 | 1 | 0 | 101101 | 10111101 | 110 | 110100 |
Color Harmonies of #7D898B
Complementary color
Monochromatic Colors of #7D898B
Black with #7D898B
Text Example
Text Example
White with #7D898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D898B; }
p { color: rgb(125,137,139); }
H1.HeaderClassName
{
color: #7D898B;
}
.AnyTagClassName
{
color: #7D898B;
}
</style>
background-color css
<style>
a { background-color: #7D898B; }
a { background-color: rgb(125,137,139); }
div.DivClassName
{
background-color: #7D898B;
}
.BgClassName
{
background-color: #7D898B;
}
</style>
border-color css
<style>
span { border-color: #7D898B; }
span { border-color: rgb(125,137,139); }
td.TdClassName
{
border-color: #7D898B;
}
.TagClassName
{
border-color: #7D898B;
}
</style>