Shades of Blue Bayoux #67767B
Tints of Blue Bayoux #67767B
RGB
CMYK
RGB Variations
Color information
#67767B (or 0x67767B) is known color: Blue Bayoux. HEX triplet: 67, 76 and 7B. RGB value is (103,118,123). Sum of RGB (Red+Green+Blue) = 103+118+123=344 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.94% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 123 - color contains mainly: blue. Hex color #67767B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67767B is #988984. Grayscale: #727272. Windows color (decimal): -9996677 or 8091239. OLE color: 8091239.
HSL color Cylindrical-coordinate representation of color #67767B: hue angle of 195º 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 #67767B is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 118 | 123 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.52 |
| HSL | 195º | 0.09% | 0.44% | - |
| HSV(B) | 195º | 0.16% | 0.48% | - |
| XYZ | 15.65 | 17.27 | 21.25 | - |
| YUV | 114.09 | 133.03 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 118 | 123 | 0.16 | 0.04 | 0 | 0.52 | 195 | 0.09 | 0.44 |
| Hex | 67 | 76 | 7B | 10 | 4 | 0 | 34 | C3 | 9 | 2C |
| Octal | 147 | 166 | 173 | 20 | 4 | 0 | 64 | 303 | 11 | 54 |
| Binary | 1100111 | 1110110 | 1111011 | 10000 | 100 | 0 | 110100 | 11000011 | 1001 | 101100 |
Color Harmonies of #67767B
Complementary color
Monochromatic Colors of #67767B
Black with #67767B
Text Example
Text Example
White with #67767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67767B; }
p { color: rgb(103,118,123); }
H1.HeaderClassName
{
color: #67767B;
}
.AnyTagClassName
{
color: #67767B;
}
</style>
background-color css
<style>
a { background-color: #67767B; }
a { background-color: rgb(103,118,123); }
div.DivClassName
{
background-color: #67767B;
}
.BgClassName
{
background-color: #67767B;
}
</style>
border-color css
<style>
span { border-color: #67767B; }
span { border-color: rgb(103,118,123); }
td.TdClassName
{
border-color: #67767B;
}
.TagClassName
{
border-color: #67767B;
}
</style>