Shades of Blue Bayoux #727A7B
Tints of Blue Bayoux #727A7B
RGB
CMYK
RGB Variations
Color information
#727A7B (or 0x727A7B) is known color: Blue Bayoux. HEX triplet: 72, 7A and 7B. RGB value is (114,122,123). Sum of RGB (Red+Green+Blue) = 114+122+123=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 123 - color contains mainly: blue. Hex color #727A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727A7B is #8D8584. Grayscale: #777777. Windows color (decimal): -9274757 or 8092274. OLE color: 8092274.
HSL color Cylindrical-coordinate representation of color #727A7B: hue angle of 186.67º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #727A7B is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 122 | 123 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.52 |
| HSL | 186.67º | 0.04% | 0.46% | - |
| HSV(B) | 186.67º | 0.07% | 0.48% | - |
| XYZ | 17.47 | 18.93 | 21.47 | - |
| YUV | 119.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 122 | 123 | 0.07 | 0.01 | 0 | 0.52 | 186.67 | 0.04 | 0.46 |
| Hex | 72 | 7A | 7B | 7 | 1 | 0 | 34 | BB | 4 | 2E |
| Octal | 162 | 172 | 173 | 7 | 1 | 0 | 64 | 273 | 4 | 56 |
| Binary | 1110010 | 1111010 | 1111011 | 111 | 1 | 0 | 110100 | 10111011 | 100 | 101110 |
Color Harmonies of #727A7B
Complementary color
Monochromatic Colors of #727A7B
Black with #727A7B
Text Example
Text Example
White with #727A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727A7B; }
p { color: rgb(114,122,123); }
H1.HeaderClassName
{
color: #727A7B;
}
.AnyTagClassName
{
color: #727A7B;
}
</style>
background-color css
<style>
a { background-color: #727A7B; }
a { background-color: rgb(114,122,123); }
div.DivClassName
{
background-color: #727A7B;
}
.BgClassName
{
background-color: #727A7B;
}
</style>
border-color css
<style>
span { border-color: #727A7B; }
span { border-color: rgb(114,122,123); }
td.TdClassName
{
border-color: #727A7B;
}
.TagClassName
{
border-color: #727A7B;
}
</style>