Shades of Blue Bayoux #73797B
Tints of Blue Bayoux #73797B
RGB
CMYK
RGB Variations
Color information
#73797B (or 0x73797B) is known color: Blue Bayoux. HEX triplet: 73, 79 and 7B. RGB value is (115,121,123). Sum of RGB (Red+Green+Blue) = 115+121+123=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 123 - color contains mainly: blue. Hex color #73797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73797B is #8C8684. Grayscale: #777777. Windows color (decimal): -9209477 or 8092019. OLE color: 8092019.
HSL color Cylindrical-coordinate representation of color #73797B: hue angle of 195º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #73797B is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 121 | 123 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.52 |
| HSL | 195º | 0.03% | 0.47% | - |
| HSV(B) | 195º | 0.07% | 0.48% | - |
| XYZ | 17.48 | 18.75 | 21.44 | - |
| YUV | 119.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 121 | 123 | 0.07 | 0.02 | 0 | 0.52 | 195 | 0.03 | 0.47 |
| Hex | 73 | 79 | 7B | 7 | 2 | 0 | 34 | C3 | 3 | 2F |
| Octal | 163 | 171 | 173 | 7 | 2 | 0 | 64 | 303 | 3 | 57 |
| Binary | 1110011 | 1111001 | 1111011 | 111 | 10 | 0 | 110100 | 11000011 | 11 | 101111 |
Color Harmonies of #73797B
Complementary color
Monochromatic Colors of #73797B
Black with #73797B
Text Example
Text Example
White with #73797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73797B; }
p { color: rgb(115,121,123); }
H1.HeaderClassName
{
color: #73797B;
}
.AnyTagClassName
{
color: #73797B;
}
</style>
background-color css
<style>
a { background-color: #73797B; }
a { background-color: rgb(115,121,123); }
div.DivClassName
{
background-color: #73797B;
}
.BgClassName
{
background-color: #73797B;
}
</style>
border-color css
<style>
span { border-color: #73797B; }
span { border-color: rgb(115,121,123); }
td.TdClassName
{
border-color: #73797B;
}
.TagClassName
{
border-color: #73797B;
}
</style>