Shades of Blue Bayoux #707A7B
Tints of Blue Bayoux #707A7B
RGB
CMYK
RGB Variations
Color information
#707A7B (or 0x707A7B) is known color: Blue Bayoux. HEX triplet: 70, 7A and 7B. RGB value is (112,122,123). Sum of RGB (Red+Green+Blue) = 112+122+123=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 122 (48.05% from 255 or 34.17% 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 #707A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707A7B is #8F8584. Grayscale: #777777. Windows color (decimal): -9405829 or 8092272. OLE color: 8092272.
HSL color Cylindrical-coordinate representation of color #707A7B: hue angle of 185.45º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #707A7B is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 122 | 123 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.52 |
| HSL | 185.45º | 0.05% | 0.46% | - |
| HSV(B) | 185.45º | 0.09% | 0.48% | - |
| XYZ | 17.22 | 18.79 | 21.46 | - |
| YUV | 119.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 123 | 0.09 | 0.01 | 0 | 0.52 | 185.45 | 0.05 | 0.46 |
| Hex | 70 | 7A | 7B | 9 | 1 | 0 | 34 | B9 | 5 | 2E |
| Octal | 160 | 172 | 173 | 11 | 1 | 0 | 64 | 271 | 5 | 56 |
| Binary | 1110000 | 1111010 | 1111011 | 1001 | 1 | 0 | 110100 | 10111001 | 101 | 101110 |
Color Harmonies of #707A7B
Complementary color
Monochromatic Colors of #707A7B
Black with #707A7B
Text Example
Text Example
White with #707A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707A7B; }
p { color: rgb(112,122,123); }
H1.HeaderClassName
{
color: #707A7B;
}
.AnyTagClassName
{
color: #707A7B;
}
</style>
background-color css
<style>
a { background-color: #707A7B; }
a { background-color: rgb(112,122,123); }
div.DivClassName
{
background-color: #707A7B;
}
.BgClassName
{
background-color: #707A7B;
}
</style>
border-color css
<style>
span { border-color: #707A7B; }
span { border-color: rgb(112,122,123); }
td.TdClassName
{
border-color: #707A7B;
}
.TagClassName
{
border-color: #707A7B;
}
</style>