Shades of Regent Grey #7B878B
Tints of Regent Grey #7B878B
RGB
CMYK
RGB Variations
Color information
#7B878B (or 0x7B878B) is known color: Regent Grey. HEX triplet: 7B, 87 and 8B. RGB value is (123,135,139). Sum of RGB (Red+Green+Blue) = 123+135+139=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B878B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B878B is #847874. Grayscale: #838383. Windows color (decimal): -8681589 or 9144187. OLE color: 9144187.
HSL color Cylindrical-coordinate representation of color #7B878B: hue angle of 195º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7B878B is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 135 | 139 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.45 |
| HSL | 195º | 0.06% | 0.51% | - |
| HSV(B) | 195º | 0.12% | 0.55% | - |
| XYZ | 21.49 | 23.4 | 27.81 | - |
| YUV | 131.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 135 | 139 | 0.12 | 0.03 | 0 | 0.45 | 195 | 0.06 | 0.51 |
| Hex | 7B | 87 | 8B | C | 3 | 0 | 2D | C3 | 6 | 33 |
| Octal | 173 | 207 | 213 | 14 | 3 | 0 | 55 | 303 | 6 | 63 |
| Binary | 1111011 | 10000111 | 10001011 | 1100 | 11 | 0 | 101101 | 11000011 | 110 | 110011 |
Color Harmonies of #7B878B
Complementary color
Monochromatic Colors of #7B878B
Black with #7B878B
Text Example
Text Example
White with #7B878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B878B; }
p { color: rgb(123,135,139); }
H1.HeaderClassName
{
color: #7B878B;
}
.AnyTagClassName
{
color: #7B878B;
}
</style>
background-color css
<style>
a { background-color: #7B878B; }
a { background-color: rgb(123,135,139); }
div.DivClassName
{
background-color: #7B878B;
}
.BgClassName
{
background-color: #7B878B;
}
</style>
border-color css
<style>
span { border-color: #7B878B; }
span { border-color: rgb(123,135,139); }
td.TdClassName
{
border-color: #7B878B;
}
.TagClassName
{
border-color: #7B878B;
}
</style>