Shades of Blue Bayoux #65777B
Tints of Blue Bayoux #65777B
RGB
CMYK
RGB Variations
Color information
#65777B (or 0x65777B) is known color: Blue Bayoux. HEX triplet: 65, 77 and 7B. RGB value is (101,119,123). Sum of RGB (Red+Green+Blue) = 101+119+123=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 123 - color contains mainly: blue. Hex color #65777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65777B is #9A8884. Grayscale: #727272. Windows color (decimal): -10127493 or 8091493. OLE color: 8091493.
HSL color Cylindrical-coordinate representation of color #65777B: hue angle of 190.91º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #65777B is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 119 | 123 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.52 |
| HSL | 190.91º | 0.1% | 0.44% | - |
| HSV(B) | 190.91º | 0.18% | 0.48% | - |
| XYZ | 15.54 | 17.39 | 21.28 | - |
| YUV | 114.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 119 | 123 | 0.18 | 0.03 | 0 | 0.52 | 190.91 | 0.1 | 0.44 |
| Hex | 65 | 77 | 7B | 12 | 3 | 0 | 34 | BF | A | 2C |
| Octal | 145 | 167 | 173 | 22 | 3 | 0 | 64 | 277 | 12 | 54 |
| Binary | 1100101 | 1110111 | 1111011 | 10010 | 11 | 0 | 110100 | 10111111 | 1010 | 101100 |
Color Harmonies of #65777B
Complementary color
Monochromatic Colors of #65777B
Black with #65777B
Text Example
Text Example
White with #65777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65777B; }
p { color: rgb(101,119,123); }
H1.HeaderClassName
{
color: #65777B;
}
.AnyTagClassName
{
color: #65777B;
}
</style>
background-color css
<style>
a { background-color: #65777B; }
a { background-color: rgb(101,119,123); }
div.DivClassName
{
background-color: #65777B;
}
.BgClassName
{
background-color: #65777B;
}
</style>
border-color css
<style>
span { border-color: #65777B; }
span { border-color: rgb(101,119,123); }
td.TdClassName
{
border-color: #65777B;
}
.TagClassName
{
border-color: #65777B;
}
</style>