Shades of Blue Bayoux #67777F
Tints of Blue Bayoux #67777F
RGB
CMYK
RGB Variations
Color information
#67777F (or 0x67777F) is known color: Blue Bayoux. HEX triplet: 67, 77 and 7F. RGB value is (103,119,127). Sum of RGB (Red+Green+Blue) = 103+119+127=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 127 - color contains mainly: blue. Hex color #67777F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67777F is #988880. Grayscale: #737373. Windows color (decimal): -9996417 or 8353639. OLE color: 8353639.
HSL color Cylindrical-coordinate representation of color #67777F: hue angle of 200º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #67777F is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 119 | 127 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.50 |
| HSL | 200º | 0.1% | 0.45% | - |
| HSV(B) | 200º | 0.19% | 0.5% | - |
| XYZ | 16.02 | 17.61 | 22.63 | - |
| YUV | 115.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 119 | 127 | 0.19 | 0.06 | 0 | 0.50 | 200 | 0.1 | 0.45 |
| Hex | 67 | 77 | 7F | 13 | 6 | 0 | 32 | C8 | A | 2D |
| Octal | 147 | 167 | 177 | 23 | 6 | 0 | 62 | 310 | 12 | 55 |
| Binary | 1100111 | 1110111 | 1111111 | 10011 | 110 | 0 | 110010 | 11001000 | 1010 | 101101 |
Color Harmonies of #67777F
Complementary color
Monochromatic Colors of #67777F
Black with #67777F
Text Example
Text Example
White with #67777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67777F; }
p { color: rgb(103,119,127); }
H1.HeaderClassName
{
color: #67777F;
}
.AnyTagClassName
{
color: #67777F;
}
</style>
background-color css
<style>
a { background-color: #67777F; }
a { background-color: rgb(103,119,127); }
div.DivClassName
{
background-color: #67777F;
}
.BgClassName
{
background-color: #67777F;
}
</style>
border-color css
<style>
span { border-color: #67777F; }
span { border-color: rgb(103,119,127); }
td.TdClassName
{
border-color: #67777F;
}
.TagClassName
{
border-color: #67777F;
}
</style>