Shades of Blue Bayoux #707B7E
Tints of Blue Bayoux #707B7E
RGB
CMYK
RGB Variations
Color information
#707B7E (or 0x707B7E) is known color: Blue Bayoux. HEX triplet: 70, 7B and 7E. RGB value is (112,123,126). Sum of RGB (Red+Green+Blue) = 112+123+126=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 126 - color contains mainly: blue. Hex color #707B7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707B7E is #8F8481. Grayscale: #787878. Windows color (decimal): -9405570 or 8289136. OLE color: 8289136.
HSL color Cylindrical-coordinate representation of color #707B7E: hue angle of 192.86º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #707B7E is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 123 | 126 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.51 |
| HSL | 192.86º | 0.06% | 0.47% | - |
| HSV(B) | 192.86º | 0.11% | 0.49% | - |
| XYZ | 17.53 | 19.12 | 22.5 | - |
| YUV | 120.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 126 | 0.11 | 0.02 | 0 | 0.51 | 192.86 | 0.06 | 0.47 |
| Hex | 70 | 7B | 7E | B | 2 | 0 | 33 | C1 | 6 | 2F |
| Octal | 160 | 173 | 176 | 13 | 2 | 0 | 63 | 301 | 6 | 57 |
| Binary | 1110000 | 1111011 | 1111110 | 1011 | 10 | 0 | 110011 | 11000001 | 110 | 101111 |
Color Harmonies of #707B7E
Complementary color
Monochromatic Colors of #707B7E
Black with #707B7E
Text Example
Text Example
White with #707B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707B7E; }
p { color: rgb(112,123,126); }
H1.HeaderClassName
{
color: #707B7E;
}
.AnyTagClassName
{
color: #707B7E;
}
</style>
background-color css
<style>
a { background-color: #707B7E; }
a { background-color: rgb(112,123,126); }
div.DivClassName
{
background-color: #707B7E;
}
.BgClassName
{
background-color: #707B7E;
}
</style>
border-color css
<style>
span { border-color: #707B7E; }
span { border-color: rgb(112,123,126); }
td.TdClassName
{
border-color: #707B7E;
}
.TagClassName
{
border-color: #707B7E;
}
</style>