Shades of Blue Bayoux #747778
Tints of Blue Bayoux #747778
RGB
CMYK
RGB Variations
Color information
#747778 (or 0x747778) is known color: Blue Bayoux. HEX triplet: 74, 77 and 78. RGB value is (116,119,120). Sum of RGB (Red+Green+Blue) = 116+119+120=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 120 - color contains mainly: blue. Hex color #747778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747778 is #8B8887. Grayscale: #767676. Windows color (decimal): -9144456 or 7894900. OLE color: 7894900.
HSL color Cylindrical-coordinate representation of color #747778: hue angle of 195º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #747778 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 120 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.53 |
| HSL | 195º | 0.02% | 0.46% | - |
| HSV(B) | 195º | 0.03% | 0.47% | - |
| XYZ | 17.19 | 18.26 | 20.39 | - |
| YUV | 118.22 | 129.01 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 120 | 0.03 | 0.01 | 0 | 0.53 | 195 | 0.02 | 0.46 |
| Hex | 74 | 77 | 78 | 3 | 1 | 0 | 35 | C3 | 2 | 2E |
| Octal | 164 | 167 | 170 | 3 | 1 | 0 | 65 | 303 | 2 | 56 |
| Binary | 1110100 | 1110111 | 1111000 | 11 | 1 | 0 | 110101 | 11000011 | 10 | 101110 |
Color Harmonies of #747778
Complementary color
Monochromatic Colors of #747778
Black with #747778
Text Example
Text Example
White with #747778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747778; }
p { color: rgb(116,119,120); }
H1.HeaderClassName
{
color: #747778;
}
.AnyTagClassName
{
color: #747778;
}
</style>
background-color css
<style>
a { background-color: #747778; }
a { background-color: rgb(116,119,120); }
div.DivClassName
{
background-color: #747778;
}
.BgClassName
{
background-color: #747778;
}
</style>
border-color css
<style>
span { border-color: #747778; }
span { border-color: rgb(116,119,120); }
td.TdClassName
{
border-color: #747778;
}
.TagClassName
{
border-color: #747778;
}
</style>