Shades of Blue Bayoux #67787B
Tints of Blue Bayoux #67787B
RGB
CMYK
RGB Variations
Color information
#67787B (or 0x67787B) is known color: Blue Bayoux. HEX triplet: 67, 78 and 7B. RGB value is (103,120,123). Sum of RGB (Red+Green+Blue) = 103+120+123=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 123 - color contains mainly: blue. Hex color #67787B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67787B is #988784. Grayscale: #737373. Windows color (decimal): -9996165 or 8091751. OLE color: 8091751.
HSL color Cylindrical-coordinate representation of color #67787B: 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 #67787B is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 120 | 123 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.52 |
| HSL | 189º | 0.09% | 0.44% | - |
| HSV(B) | 189º | 0.16% | 0.48% | - |
| XYZ | 15.89 | 17.75 | 21.33 | - |
| YUV | 115.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 120 | 123 | 0.16 | 0.02 | 0 | 0.52 | 189 | 0.09 | 0.44 |
| Hex | 67 | 78 | 7B | 10 | 2 | 0 | 34 | BD | 9 | 2C |
| Octal | 147 | 170 | 173 | 20 | 2 | 0 | 64 | 275 | 11 | 54 |
| Binary | 1100111 | 1111000 | 1111011 | 10000 | 10 | 0 | 110100 | 10111101 | 1001 | 101100 |
Color Harmonies of #67787B
Complementary color
Monochromatic Colors of #67787B
Black with #67787B
Text Example
Text Example
White with #67787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67787B; }
p { color: rgb(103,120,123); }
H1.HeaderClassName
{
color: #67787B;
}
.AnyTagClassName
{
color: #67787B;
}
</style>
background-color css
<style>
a { background-color: #67787B; }
a { background-color: rgb(103,120,123); }
div.DivClassName
{
background-color: #67787B;
}
.BgClassName
{
background-color: #67787B;
}
</style>
border-color css
<style>
span { border-color: #67787B; }
span { border-color: rgb(103,120,123); }
td.TdClassName
{
border-color: #67787B;
}
.TagClassName
{
border-color: #67787B;
}
</style>