Shades of Blue Bayoux #717A7B
Tints of Blue Bayoux #717A7B
RGB
CMYK
RGB Variations
Color information
#717A7B (or 0x717A7B) is known color: Blue Bayoux. HEX triplet: 71, 7A and 7B. RGB value is (113,122,123). Sum of RGB (Red+Green+Blue) = 113+122+123=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 123 - color contains mainly: blue. Hex color #717A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717A7B is #8E8584. Grayscale: #777777. Windows color (decimal): -9340293 or 8092273. OLE color: 8092273.
HSL color Cylindrical-coordinate representation of color #717A7B: hue angle of 186º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #717A7B is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 122 | 123 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.52 |
| HSL | 186º | 0.04% | 0.46% | - |
| HSV(B) | 186º | 0.08% | 0.48% | - |
| XYZ | 17.34 | 18.86 | 21.47 | - |
| YUV | 119.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 123 | 0.08 | 0.01 | 0 | 0.52 | 186 | 0.04 | 0.46 |
| Hex | 71 | 7A | 7B | 8 | 1 | 0 | 34 | BA | 4 | 2E |
| Octal | 161 | 172 | 173 | 10 | 1 | 0 | 64 | 272 | 4 | 56 |
| Binary | 1110001 | 1111010 | 1111011 | 1000 | 1 | 0 | 110100 | 10111010 | 100 | 101110 |
Color Harmonies of #717A7B
Complementary color
Monochromatic Colors of #717A7B
Black with #717A7B
Text Example
Text Example
White with #717A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717A7B; }
p { color: rgb(113,122,123); }
H1.HeaderClassName
{
color: #717A7B;
}
.AnyTagClassName
{
color: #717A7B;
}
</style>
background-color css
<style>
a { background-color: #717A7B; }
a { background-color: rgb(113,122,123); }
div.DivClassName
{
background-color: #717A7B;
}
.BgClassName
{
background-color: #717A7B;
}
</style>
border-color css
<style>
span { border-color: #717A7B; }
span { border-color: rgb(113,122,123); }
td.TdClassName
{
border-color: #717A7B;
}
.TagClassName
{
border-color: #717A7B;
}
</style>