Shades of Blue Bayoux #71787B
Tints of Blue Bayoux #71787B
RGB
CMYK
RGB Variations
Color information
#71787B (or 0x71787B) is known color: Blue Bayoux. HEX triplet: 71, 78 and 7B. RGB value is (113,120,123). Sum of RGB (Red+Green+Blue) = 113+120+123=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 123 - color contains mainly: blue. Hex color #71787B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71787B is #8E8784. Grayscale: #767676. Windows color (decimal): -9340805 or 8091761. OLE color: 8091761.
HSL color Cylindrical-coordinate representation of color #71787B: hue angle of 198º 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 #71787B is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 120 | 123 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.52 |
| HSL | 198º | 0.04% | 0.46% | - |
| HSV(B) | 198º | 0.08% | 0.48% | - |
| XYZ | 17.1 | 18.37 | 21.38 | - |
| YUV | 118.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 123 | 0.08 | 0.02 | 0 | 0.52 | 198 | 0.04 | 0.46 |
| Hex | 71 | 78 | 7B | 8 | 2 | 0 | 34 | C6 | 4 | 2E |
| Octal | 161 | 170 | 173 | 10 | 2 | 0 | 64 | 306 | 4 | 56 |
| Binary | 1110001 | 1111000 | 1111011 | 1000 | 10 | 0 | 110100 | 11000110 | 100 | 101110 |
Color Harmonies of #71787B
Complementary color
Monochromatic Colors of #71787B
Black with #71787B
Text Example
Text Example
White with #71787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71787B; }
p { color: rgb(113,120,123); }
H1.HeaderClassName
{
color: #71787B;
}
.AnyTagClassName
{
color: #71787B;
}
</style>
background-color css
<style>
a { background-color: #71787B; }
a { background-color: rgb(113,120,123); }
div.DivClassName
{
background-color: #71787B;
}
.BgClassName
{
background-color: #71787B;
}
</style>
border-color css
<style>
span { border-color: #71787B; }
span { border-color: rgb(113,120,123); }
td.TdClassName
{
border-color: #71787B;
}
.TagClassName
{
border-color: #71787B;
}
</style>