Shades of Blue Bayoux #72797B
Tints of Blue Bayoux #72797B
RGB
CMYK
RGB Variations
Color information
#72797B (or 0x72797B) is known color: Blue Bayoux. HEX triplet: 72, 79 and 7B. RGB value is (114,121,123). Sum of RGB (Red+Green+Blue) = 114+121+123=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 123 - color contains mainly: blue. Hex color #72797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72797B is #8D8684. Grayscale: #777777. Windows color (decimal): -9275013 or 8092018. OLE color: 8092018.
HSL color Cylindrical-coordinate representation of color #72797B: hue angle of 193.33º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #72797B is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 121 | 123 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.52 |
| HSL | 193.33º | 0.04% | 0.46% | - |
| HSV(B) | 193.33º | 0.07% | 0.48% | - |
| XYZ | 17.35 | 18.68 | 21.43 | - |
| YUV | 119.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 121 | 123 | 0.07 | 0.02 | 0 | 0.52 | 193.33 | 0.04 | 0.46 |
| Hex | 72 | 79 | 7B | 7 | 2 | 0 | 34 | C1 | 4 | 2E |
| Octal | 162 | 171 | 173 | 7 | 2 | 0 | 64 | 301 | 4 | 56 |
| Binary | 1110010 | 1111001 | 1111011 | 111 | 10 | 0 | 110100 | 11000001 | 100 | 101110 |
Color Harmonies of #72797B
Complementary color
Monochromatic Colors of #72797B
Black with #72797B
Text Example
Text Example
White with #72797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72797B; }
p { color: rgb(114,121,123); }
H1.HeaderClassName
{
color: #72797B;
}
.AnyTagClassName
{
color: #72797B;
}
</style>
background-color css
<style>
a { background-color: #72797B; }
a { background-color: rgb(114,121,123); }
div.DivClassName
{
background-color: #72797B;
}
.BgClassName
{
background-color: #72797B;
}
</style>
border-color css
<style>
span { border-color: #72797B; }
span { border-color: rgb(114,121,123); }
td.TdClassName
{
border-color: #72797B;
}
.TagClassName
{
border-color: #72797B;
}
</style>