Shades of Regent Grey #73868A
Tints of Regent Grey #73868A
RGB
CMYK
RGB Variations
Color information
#73868A (or 0x73868A) is known color: Regent Grey. HEX triplet: 73, 86 and 8A. RGB value is (115,134,138). Sum of RGB (Red+Green+Blue) = 115+134+138=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 138 - color contains mainly: blue. Hex color #73868A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73868A is #8C7975. Grayscale: #808080. Windows color (decimal): -9206134 or 9078387. OLE color: 9078387.
HSL color Cylindrical-coordinate representation of color #73868A: hue angle of 190.43º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #73868A is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 134 | 138 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.46 |
| HSL | 190.43º | 0.09% | 0.5% | - |
| HSV(B) | 190.43º | 0.17% | 0.54% | - |
| XYZ | 20.18 | 22.53 | 27.33 | - |
| YUV | 128.78 | 133.21 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 134 | 138 | 0.17 | 0.03 | 0 | 0.46 | 190.43 | 0.09 | 0.5 |
| Hex | 73 | 86 | 8A | 11 | 3 | 0 | 2E | BE | 9 | 32 |
| Octal | 163 | 206 | 212 | 21 | 3 | 0 | 56 | 276 | 11 | 62 |
| Binary | 1110011 | 10000110 | 10001010 | 10001 | 11 | 0 | 101110 | 10111110 | 1001 | 110010 |
Color Harmonies of #73868A
Complementary color
Monochromatic Colors of #73868A
Black with #73868A
Text Example
Text Example
White with #73868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73868A; }
p { color: rgb(115,134,138); }
H1.HeaderClassName
{
color: #73868A;
}
.AnyTagClassName
{
color: #73868A;
}
</style>
background-color css
<style>
a { background-color: #73868A; }
a { background-color: rgb(115,134,138); }
div.DivClassName
{
background-color: #73868A;
}
.BgClassName
{
background-color: #73868A;
}
</style>
border-color css
<style>
span { border-color: #73868A; }
span { border-color: rgb(115,134,138); }
td.TdClassName
{
border-color: #73868A;
}
.TagClassName
{
border-color: #73868A;
}
</style>