Shades of Blue Bayoux #66777A
Tints of Blue Bayoux #66777A
RGB
CMYK
RGB Variations
Color information
#66777A (or 0x66777A) is known color: Blue Bayoux. HEX triplet: 66, 77 and 7A. RGB value is (102,119,122). Sum of RGB (Red+Green+Blue) = 102+119+122=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 122 - color contains mainly: blue. Hex color #66777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66777A is #998885. Grayscale: #727272. Windows color (decimal): -10061958 or 8025958. OLE color: 8025958.
HSL color Cylindrical-coordinate representation of color #66777A: hue angle of 189º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #66777A is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 119 | 122 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.52 |
| HSL | 189º | 0.09% | 0.44% | - |
| HSV(B) | 189º | 0.16% | 0.48% | - |
| XYZ | 15.59 | 17.42 | 20.95 | - |
| YUV | 114.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 119 | 122 | 0.16 | 0.02 | 0 | 0.52 | 189 | 0.09 | 0.44 |
| Hex | 66 | 77 | 7A | 10 | 2 | 0 | 34 | BD | 9 | 2C |
| Octal | 146 | 167 | 172 | 20 | 2 | 0 | 64 | 275 | 11 | 54 |
| Binary | 1100110 | 1110111 | 1111010 | 10000 | 10 | 0 | 110100 | 10111101 | 1001 | 101100 |
Color Harmonies of #66777A
Complementary color
Monochromatic Colors of #66777A
Black with #66777A
Text Example
Text Example
White with #66777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66777A; }
p { color: rgb(102,119,122); }
H1.HeaderClassName
{
color: #66777A;
}
.AnyTagClassName
{
color: #66777A;
}
</style>
background-color css
<style>
a { background-color: #66777A; }
a { background-color: rgb(102,119,122); }
div.DivClassName
{
background-color: #66777A;
}
.BgClassName
{
background-color: #66777A;
}
</style>
border-color css
<style>
span { border-color: #66777A; }
span { border-color: rgb(102,119,122); }
td.TdClassName
{
border-color: #66777A;
}
.TagClassName
{
border-color: #66777A;
}
</style>