Shades of Blue Bayoux #707A7C
Tints of Blue Bayoux #707A7C
RGB
CMYK
RGB Variations
Color information
#707A7C (or 0x707A7C) is known color: Blue Bayoux. HEX triplet: 70, 7A and 7C. RGB value is (112,122,124). Sum of RGB (Red+Green+Blue) = 112+122+124=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 124 - color contains mainly: blue. Hex color #707A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707A7C is #8F8583. Grayscale: #777777. Windows color (decimal): -9405828 or 8157808. OLE color: 8157808.
HSL color Cylindrical-coordinate representation of color #707A7C: hue angle of 190º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #707A7C is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 122 | 124 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.51 |
| HSL | 190º | 0.05% | 0.46% | - |
| HSV(B) | 190º | 0.1% | 0.49% | - |
| XYZ | 17.28 | 18.82 | 21.79 | - |
| YUV | 119.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 124 | 0.10 | 0.02 | 0 | 0.51 | 190 | 0.05 | 0.46 |
| Hex | 70 | 7A | 7C | A | 2 | 0 | 33 | BE | 5 | 2E |
| Octal | 160 | 172 | 174 | 12 | 2 | 0 | 63 | 276 | 5 | 56 |
| Binary | 1110000 | 1111010 | 1111100 | 1010 | 10 | 0 | 110011 | 10111110 | 101 | 101110 |
Color Harmonies of #707A7C
Complementary color
Monochromatic Colors of #707A7C
Black with #707A7C
Text Example
Text Example
White with #707A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707A7C; }
p { color: rgb(112,122,124); }
H1.HeaderClassName
{
color: #707A7C;
}
.AnyTagClassName
{
color: #707A7C;
}
</style>
background-color css
<style>
a { background-color: #707A7C; }
a { background-color: rgb(112,122,124); }
div.DivClassName
{
background-color: #707A7C;
}
.BgClassName
{
background-color: #707A7C;
}
</style>
border-color css
<style>
span { border-color: #707A7C; }
span { border-color: rgb(112,122,124); }
td.TdClassName
{
border-color: #707A7C;
}
.TagClassName
{
border-color: #707A7C;
}
</style>