Shades of Blue Bayoux #737A7B
Tints of Blue Bayoux #737A7B
RGB
CMYK
RGB Variations
Color information
#737A7B (or 0x737A7B) is known color: Blue Bayoux. HEX triplet: 73, 7A and 7B. RGB value is (115,122,123). Sum of RGB (Red+Green+Blue) = 115+122+123=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 123 - color contains mainly: blue. Hex color #737A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737A7B is #8C8584. Grayscale: #787878. Windows color (decimal): -9209221 or 8092275. OLE color: 8092275.
HSL color Cylindrical-coordinate representation of color #737A7B: hue angle of 187.5º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #737A7B is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 122 | 123 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.52 |
| HSL | 187.5º | 0.03% | 0.47% | - |
| HSV(B) | 187.5º | 0.07% | 0.48% | - |
| XYZ | 17.6 | 18.99 | 21.48 | - |
| YUV | 120.02 | 129.68 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 123 | 0.07 | 0.01 | 0 | 0.52 | 187.5 | 0.03 | 0.47 |
| Hex | 73 | 7A | 7B | 7 | 1 | 0 | 34 | BC | 3 | 2F |
| Octal | 163 | 172 | 173 | 7 | 1 | 0 | 64 | 274 | 3 | 57 |
| Binary | 1110011 | 1111010 | 1111011 | 111 | 1 | 0 | 110100 | 10111100 | 11 | 101111 |
Color Harmonies of #737A7B
Complementary color
Monochromatic Colors of #737A7B
Black with #737A7B
Text Example
Text Example
White with #737A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737A7B; }
p { color: rgb(115,122,123); }
H1.HeaderClassName
{
color: #737A7B;
}
.AnyTagClassName
{
color: #737A7B;
}
</style>
background-color css
<style>
a { background-color: #737A7B; }
a { background-color: rgb(115,122,123); }
div.DivClassName
{
background-color: #737A7B;
}
.BgClassName
{
background-color: #737A7B;
}
</style>
border-color css
<style>
span { border-color: #737A7B; }
span { border-color: rgb(115,122,123); }
td.TdClassName
{
border-color: #737A7B;
}
.TagClassName
{
border-color: #737A7B;
}
</style>