Shades of Blue Bayoux #727B7C
Tints of Blue Bayoux #727B7C
RGB
CMYK
RGB Variations
Color information
#727B7C (or 0x727B7C) is known color: Blue Bayoux. HEX triplet: 72, 7B and 7C. RGB value is (114,123,124). Sum of RGB (Red+Green+Blue) = 114+123+124=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 124 - color contains mainly: blue. Hex color #727B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727B7C is #8D8483. Grayscale: #787878. Windows color (decimal): -9274500 or 8158066. OLE color: 8158066.
HSL color Cylindrical-coordinate representation of color #727B7C: hue angle of 186º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #727B7C is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 123 | 124 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.51 |
| HSL | 186º | 0.04% | 0.47% | - |
| HSV(B) | 186º | 0.08% | 0.49% | - |
| XYZ | 17.66 | 19.2 | 21.84 | - |
| YUV | 120.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 123 | 124 | 0.08 | 0.01 | 0 | 0.51 | 186 | 0.04 | 0.47 |
| Hex | 72 | 7B | 7C | 8 | 1 | 0 | 33 | BA | 4 | 2F |
| Octal | 162 | 173 | 174 | 10 | 1 | 0 | 63 | 272 | 4 | 57 |
| Binary | 1110010 | 1111011 | 1111100 | 1000 | 1 | 0 | 110011 | 10111010 | 100 | 101111 |
Color Harmonies of #727B7C
Complementary color
Monochromatic Colors of #727B7C
Black with #727B7C
Text Example
Text Example
White with #727B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727B7C; }
p { color: rgb(114,123,124); }
H1.HeaderClassName
{
color: #727B7C;
}
.AnyTagClassName
{
color: #727B7C;
}
</style>
background-color css
<style>
a { background-color: #727B7C; }
a { background-color: rgb(114,123,124); }
div.DivClassName
{
background-color: #727B7C;
}
.BgClassName
{
background-color: #727B7C;
}
</style>
border-color css
<style>
span { border-color: #727B7C; }
span { border-color: rgb(114,123,124); }
td.TdClassName
{
border-color: #727B7C;
}
.TagClassName
{
border-color: #727B7C;
}
</style>