Shades of Regent Grey #7B8889
Tints of Regent Grey #7B8889
RGB
CMYK
RGB Variations
Color information
#7B8889 (or 0x7B8889) is known color: Regent Grey. HEX triplet: 7B, 88 and 89. RGB value is (123,136,137). Sum of RGB (Red+Green+Blue) = 123+136+137=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 137 - color contains mainly: blue. Hex color #7B8889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8889 is #847776. Grayscale: #848484. Windows color (decimal): -8681335 or 9013371. OLE color: 9013371.
HSL color Cylindrical-coordinate representation of color #7B8889: hue angle of 184.29º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7B8889 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
RGB | 123 | 136 | 137 | - |
CMYK | 0.10 | 0.01 | 0 | 0.46 |
HSL | 184.29º | 0.06% | 0.51% | - |
HSV(B) | 184.29º | 0.1% | 0.54% | - |
XYZ | 21.49 | 23.63 | 27.09 | - |
YUV | 132.23 | 130.69 | 121.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 136 | 137 | 0.10 | 0.01 | 0 | 0.46 | 184.29 | 0.06 | 0.51 |
Hex | 7B | 88 | 89 | A | 1 | 0 | 2E | B8 | 6 | 33 |
Octal | 173 | 210 | 211 | 12 | 1 | 0 | 56 | 270 | 6 | 63 |
Binary | 1111011 | 10001000 | 10001001 | 1010 | 1 | 0 | 101110 | 10111000 | 110 | 110011 |
Color Harmonies of #7B8889
Complementary color
Monochromatic Colors of #7B8889
Black with #7B8889
Text Example
Text Example
White with #7B8889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8889; }
p { color: rgb(123,136,137); }
H1.HeaderClassName
{
color: #7B8889;
}
.AnyTagClassName
{
color: #7B8889;
}
</style>
background-color css
<style>
a { background-color: #7B8889; }
a { background-color: rgb(123,136,137); }
div.DivClassName
{
background-color: #7B8889;
}
.BgClassName
{
background-color: #7B8889;
}
</style>
border-color css
<style>
span { border-color: #7B8889; }
span { border-color: rgb(123,136,137); }
td.TdClassName
{
border-color: #7B8889;
}
.TagClassName
{
border-color: #7B8889;
}
</style>