Shades of Blue Bayoux #707678
Tints of Blue Bayoux #707678
RGB
CMYK
RGB Variations
Color information
#707678 (or 0x707678) is known color: Blue Bayoux. HEX triplet: 70, 76 and 78. RGB value is (112,118,120). Sum of RGB (Red+Green+Blue) = 112+118+120=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 120 - color contains mainly: blue. Hex color #707678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707678 is #8F8987. Grayscale: #747474. Windows color (decimal): -9406856 or 7894640. OLE color: 7894640.
HSL color Cylindrical-coordinate representation of color #707678: hue angle of 195º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #707678 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 118 | 120 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.53 |
| HSL | 195º | 0.03% | 0.45% | - |
| HSV(B) | 195º | 0.07% | 0.47% | - |
| XYZ | 16.55 | 17.76 | 20.32 | - |
| YUV | 116.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 120 | 0.07 | 0.02 | 0 | 0.53 | 195 | 0.03 | 0.45 |
| Hex | 70 | 76 | 78 | 7 | 2 | 0 | 35 | C3 | 3 | 2D |
| Octal | 160 | 166 | 170 | 7 | 2 | 0 | 65 | 303 | 3 | 55 |
| Binary | 1110000 | 1110110 | 1111000 | 111 | 10 | 0 | 110101 | 11000011 | 11 | 101101 |
Color Harmonies of #707678
Complementary color
Monochromatic Colors of #707678
Black with #707678
Text Example
Text Example
White with #707678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707678; }
p { color: rgb(112,118,120); }
H1.HeaderClassName
{
color: #707678;
}
.AnyTagClassName
{
color: #707678;
}
</style>
background-color css
<style>
a { background-color: #707678; }
a { background-color: rgb(112,118,120); }
div.DivClassName
{
background-color: #707678;
}
.BgClassName
{
background-color: #707678;
}
</style>
border-color css
<style>
span { border-color: #707678; }
span { border-color: rgb(112,118,120); }
td.TdClassName
{
border-color: #707678;
}
.TagClassName
{
border-color: #707678;
}
</style>