Shades of Allports #116B77
Tints of Allports #116B77
RGB
CMYK
RGB Variations
Color information
#116B77 (or 0x116B77) is known color: Allports. HEX triplet: 11, 6B and 77. RGB value is (17,107,119). Sum of RGB (Red+Green+Blue) = 17+107+119=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #116B77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116B77 is #EE9488. Grayscale: #515151. Windows color (decimal): -15635593 or 7826193. OLE color: 7826193.
HSL color Cylindrical-coordinate representation of color #116B77: hue angle of 187.06º 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 #116B77 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 107 | 119 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.53 |
| HSL | 187.06º | 0.75% | 0.27% | - |
| HSV(B) | 187.06º | 0.86% | 0.47% | - |
| XYZ | 8.82 | 11.97 | 19.3 | - |
| YUV | 81.46 | 149.18 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 119 | 0.86 | 0.10 | 0 | 0.53 | 187.06 | 0.75 | 0.27 |
| Hex | 11 | 6B | 77 | 56 | A | 0 | 35 | BB | 4B | 1B |
| Octal | 21 | 153 | 167 | 126 | 12 | 0 | 65 | 273 | 113 | 33 |
| Binary | 10001 | 1101011 | 1110111 | 1010110 | 1010 | 0 | 110101 | 10111011 | 1001011 | 11011 |
Color Harmonies of #116B77
Complementary color
Monochromatic Colors of #116B77
Black with #116B77
Text Example
Text Example
White with #116B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116B77; }
p { color: rgb(17,107,119); }
H1.HeaderClassName
{
color: #116B77;
}
.AnyTagClassName
{
color: #116B77;
}
</style>
background-color css
<style>
a { background-color: #116B77; }
a { background-color: rgb(17,107,119); }
div.DivClassName
{
background-color: #116B77;
}
.BgClassName
{
background-color: #116B77;
}
</style>
border-color css
<style>
span { border-color: #116B77; }
span { border-color: rgb(17,107,119); }
td.TdClassName
{
border-color: #116B77;
}
.TagClassName
{
border-color: #116B77;
}
</style>