Shades of Blue Bayoux #737779
Tints of Blue Bayoux #737779
RGB
CMYK
RGB Variations
Color information
#737779 (or 0x737779) is known color: Blue Bayoux. HEX triplet: 73, 77 and 79. RGB value is (115,119,121). Sum of RGB (Red+Green+Blue) = 115+119+121=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 121 - color contains mainly: blue. Hex color #737779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737779 is #8C8886. Grayscale: #767676. Windows color (decimal): -9209991 or 7960435. OLE color: 7960435.
HSL color Cylindrical-coordinate representation of color #737779: hue angle of 200º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #737779 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 119 | 121 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.53 |
| HSL | 200º | 0.03% | 0.46% | - |
| HSV(B) | 200º | 0.05% | 0.47% | - |
| XYZ | 17.12 | 18.22 | 20.7 | - |
| YUV | 118.03 | 129.67 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 119 | 121 | 0.05 | 0.02 | 0 | 0.53 | 200 | 0.03 | 0.46 |
| Hex | 73 | 77 | 79 | 5 | 2 | 0 | 35 | C8 | 3 | 2E |
| Octal | 163 | 167 | 171 | 5 | 2 | 0 | 65 | 310 | 3 | 56 |
| Binary | 1110011 | 1110111 | 1111001 | 101 | 10 | 0 | 110101 | 11001000 | 11 | 101110 |
Color Harmonies of #737779
Complementary color
Monochromatic Colors of #737779
Black with #737779
Text Example
Text Example
White with #737779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737779; }
p { color: rgb(115,119,121); }
H1.HeaderClassName
{
color: #737779;
}
.AnyTagClassName
{
color: #737779;
}
</style>
background-color css
<style>
a { background-color: #737779; }
a { background-color: rgb(115,119,121); }
div.DivClassName
{
background-color: #737779;
}
.BgClassName
{
background-color: #737779;
}
</style>
border-color css
<style>
span { border-color: #737779; }
span { border-color: rgb(115,119,121); }
td.TdClassName
{
border-color: #737779;
}
.TagClassName
{
border-color: #737779;
}
</style>