Shades of Blue Bayoux #70787C
Tints of Blue Bayoux #70787C
RGB
CMYK
RGB Variations
Color information
#70787C (or 0x70787C) is known color: Blue Bayoux. HEX triplet: 70, 78 and 7C. RGB value is (112,120,124). Sum of RGB (Red+Green+Blue) = 112+120+124=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 124 - color contains mainly: blue. Hex color #70787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70787C is #8F8783. Grayscale: #767676. Windows color (decimal): -9406340 or 8157296. OLE color: 8157296.
HSL color Cylindrical-coordinate representation of color #70787C: hue angle of 200º 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 #70787C is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 120 | 124 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.51 |
| HSL | 200º | 0.05% | 0.46% | - |
| HSV(B) | 200º | 0.1% | 0.49% | - |
| XYZ | 17.04 | 18.33 | 21.71 | - |
| YUV | 118.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 124 | 0.10 | 0.03 | 0 | 0.51 | 200 | 0.05 | 0.46 |
| Hex | 70 | 78 | 7C | A | 3 | 0 | 33 | C8 | 5 | 2E |
| Octal | 160 | 170 | 174 | 12 | 3 | 0 | 63 | 310 | 5 | 56 |
| Binary | 1110000 | 1111000 | 1111100 | 1010 | 11 | 0 | 110011 | 11001000 | 101 | 101110 |
Color Harmonies of #70787C
Complementary color
Monochromatic Colors of #70787C
Black with #70787C
Text Example
Text Example
White with #70787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70787C; }
p { color: rgb(112,120,124); }
H1.HeaderClassName
{
color: #70787C;
}
.AnyTagClassName
{
color: #70787C;
}
</style>
background-color css
<style>
a { background-color: #70787C; }
a { background-color: rgb(112,120,124); }
div.DivClassName
{
background-color: #70787C;
}
.BgClassName
{
background-color: #70787C;
}
</style>
border-color css
<style>
span { border-color: #70787C; }
span { border-color: rgb(112,120,124); }
td.TdClassName
{
border-color: #70787C;
}
.TagClassName
{
border-color: #70787C;
}
</style>