Shades of Blue Bayoux #71797B
Tints of Blue Bayoux #71797B
RGB
CMYK
RGB Variations
Color information
#71797B (or 0x71797B) is known color: Blue Bayoux. HEX triplet: 71, 79 and 7B. RGB value is (113,121,123). Sum of RGB (Red+Green+Blue) = 113+121+123=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 123 - color contains mainly: blue. Hex color #71797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71797B is #8E8684. Grayscale: #767676. Windows color (decimal): -9340549 or 8092017. OLE color: 8092017.
HSL color Cylindrical-coordinate representation of color #71797B: hue angle of 192º 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 #71797B is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 121 | 123 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.52 |
| HSL | 192º | 0.04% | 0.46% | - |
| HSV(B) | 192º | 0.08% | 0.48% | - |
| XYZ | 17.22 | 18.62 | 21.42 | - |
| YUV | 118.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 121 | 123 | 0.08 | 0.02 | 0 | 0.52 | 192 | 0.04 | 0.46 |
| Hex | 71 | 79 | 7B | 8 | 2 | 0 | 34 | C0 | 4 | 2E |
| Octal | 161 | 171 | 173 | 10 | 2 | 0 | 64 | 300 | 4 | 56 |
| Binary | 1110001 | 1111001 | 1111011 | 1000 | 10 | 0 | 110100 | 11000000 | 100 | 101110 |
Color Harmonies of #71797B
Complementary color
Monochromatic Colors of #71797B
Black with #71797B
Text Example
Text Example
White with #71797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71797B; }
p { color: rgb(113,121,123); }
H1.HeaderClassName
{
color: #71797B;
}
.AnyTagClassName
{
color: #71797B;
}
</style>
background-color css
<style>
a { background-color: #71797B; }
a { background-color: rgb(113,121,123); }
div.DivClassName
{
background-color: #71797B;
}
.BgClassName
{
background-color: #71797B;
}
</style>
border-color css
<style>
span { border-color: #71797B; }
span { border-color: rgb(113,121,123); }
td.TdClassName
{
border-color: #71797B;
}
.TagClassName
{
border-color: #71797B;
}
</style>