Shades of Blue Bayoux #65777F
Tints of Blue Bayoux #65777F
RGB
CMYK
RGB Variations
Color information
#65777F (or 0x65777F) is known color: Blue Bayoux. HEX triplet: 65, 77 and 7F. RGB value is (101,119,127). Sum of RGB (Red+Green+Blue) = 101+119+127=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 127 - color contains mainly: blue. Hex color #65777F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65777F is #9A8880. Grayscale: #727272. Windows color (decimal): -10127489 or 8353637. OLE color: 8353637.
HSL color Cylindrical-coordinate representation of color #65777F: hue angle of 198.46º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #65777F is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 119 | 127 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.50 |
| HSL | 198.46º | 0.11% | 0.45% | - |
| HSV(B) | 198.46º | 0.2% | 0.5% | - |
| XYZ | 15.79 | 17.49 | 22.62 | - |
| YUV | 114.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 119 | 127 | 0.20 | 0.06 | 0 | 0.50 | 198.46 | 0.11 | 0.45 |
| Hex | 65 | 77 | 7F | 14 | 6 | 0 | 32 | C6 | B | 2D |
| Octal | 145 | 167 | 177 | 24 | 6 | 0 | 62 | 306 | 13 | 55 |
| Binary | 1100101 | 1110111 | 1111111 | 10100 | 110 | 0 | 110010 | 11000110 | 1011 | 101101 |
Color Harmonies of #65777F
Complementary color
Monochromatic Colors of #65777F
Black with #65777F
Text Example
Text Example
White with #65777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65777F; }
p { color: rgb(101,119,127); }
H1.HeaderClassName
{
color: #65777F;
}
.AnyTagClassName
{
color: #65777F;
}
</style>
background-color css
<style>
a { background-color: #65777F; }
a { background-color: rgb(101,119,127); }
div.DivClassName
{
background-color: #65777F;
}
.BgClassName
{
background-color: #65777F;
}
</style>
border-color css
<style>
span { border-color: #65777F; }
span { border-color: rgb(101,119,127); }
td.TdClassName
{
border-color: #65777F;
}
.TagClassName
{
border-color: #65777F;
}
</style>