Shades of Allports #116C77
Tints of Allports #116C77
RGB
CMYK
RGB Variations
Color information
#116C77 (or 0x116C77) is known color: Allports. HEX triplet: 11, 6C and 77. RGB value is (17,108,119). Sum of RGB (Red+Green+Blue) = 17+108+119=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #116C77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116C77 is #EE9388. Grayscale: #515151. Windows color (decimal): -15635337 or 7826449. OLE color: 7826449.
HSL color Cylindrical-coordinate representation of color #116C77: hue angle of 186.47º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116C77 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 108 | 119 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.53 |
| HSL | 186.47º | 0.75% | 0.27% | - |
| HSV(B) | 186.47º | 0.86% | 0.47% | - |
| XYZ | 8.92 | 12.18 | 19.33 | - |
| YUV | 82.05 | 148.85 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 119 | 0.86 | 0.09 | 0 | 0.53 | 186.47 | 0.75 | 0.27 |
| Hex | 11 | 6C | 77 | 56 | 9 | 0 | 35 | BA | 4B | 1B |
| Octal | 21 | 154 | 167 | 126 | 11 | 0 | 65 | 272 | 113 | 33 |
| Binary | 10001 | 1101100 | 1110111 | 1010110 | 1001 | 0 | 110101 | 10111010 | 1001011 | 11011 |
Color Harmonies of #116C77
Complementary color
Monochromatic Colors of #116C77
Black with #116C77
Text Example
Text Example
White with #116C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116C77; }
p { color: rgb(17,108,119); }
H1.HeaderClassName
{
color: #116C77;
}
.AnyTagClassName
{
color: #116C77;
}
</style>
background-color css
<style>
a { background-color: #116C77; }
a { background-color: rgb(17,108,119); }
div.DivClassName
{
background-color: #116C77;
}
.BgClassName
{
background-color: #116C77;
}
</style>
border-color css
<style>
span { border-color: #116C77; }
span { border-color: rgb(17,108,119); }
td.TdClassName
{
border-color: #116C77;
}
.TagClassName
{
border-color: #116C77;
}
</style>