Shades of Blue Bayoux #707577
Tints of Blue Bayoux #707577
RGB
CMYK
RGB Variations
Color information
#707577 (or 0x707577) is known color: Blue Bayoux. HEX triplet: 70, 75 and 77. RGB value is (112,117,119). Sum of RGB (Red+Green+Blue) = 112+117+119=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 119 - color contains mainly: blue. Hex color #707577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707577 is #8F8A88. Grayscale: #737373. Windows color (decimal): -9407113 or 7828848. OLE color: 7828848.
HSL color Cylindrical-coordinate representation of color #707577: hue angle of 197.14º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #707577 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 117 | 119 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.53 |
| HSL | 197.14º | 0.03% | 0.45% | - |
| HSV(B) | 197.14º | 0.06% | 0.47% | - |
| XYZ | 16.37 | 17.5 | 19.97 | - |
| YUV | 115.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 119 | 0.06 | 0.02 | 0 | 0.53 | 197.14 | 0.03 | 0.45 |
| Hex | 70 | 75 | 77 | 6 | 2 | 0 | 35 | C5 | 3 | 2D |
| Octal | 160 | 165 | 167 | 6 | 2 | 0 | 65 | 305 | 3 | 55 |
| Binary | 1110000 | 1110101 | 1110111 | 110 | 10 | 0 | 110101 | 11000101 | 11 | 101101 |
Color Harmonies of #707577
Complementary color
Monochromatic Colors of #707577
Black with #707577
Text Example
Text Example
White with #707577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707577; }
p { color: rgb(112,117,119); }
H1.HeaderClassName
{
color: #707577;
}
.AnyTagClassName
{
color: #707577;
}
</style>
background-color css
<style>
a { background-color: #707577; }
a { background-color: rgb(112,117,119); }
div.DivClassName
{
background-color: #707577;
}
.BgClassName
{
background-color: #707577;
}
</style>
border-color css
<style>
span { border-color: #707577; }
span { border-color: rgb(112,117,119); }
td.TdClassName
{
border-color: #707577;
}
.TagClassName
{
border-color: #707577;
}
</style>