Shades of Allports #116F77
Tints of Allports #116F77
RGB
CMYK
RGB Variations
Color information
#116F77 (or 0x116F77) is known color: Allports. HEX triplet: 11, 6F and 77. RGB value is (17,111,119). Sum of RGB (Red+Green+Blue) = 17+111+119=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 119 - color contains mainly: blue. Hex color #116F77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116F77 is #EE9088. Grayscale: #535353. Windows color (decimal): -15634569 or 7827217. OLE color: 7827217.
HSL color Cylindrical-coordinate representation of color #116F77: hue angle of 184.71º 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 #116F77 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 111 | 119 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.53 |
| HSL | 184.71º | 0.75% | 0.27% | - |
| HSV(B) | 184.71º | 0.86% | 0.47% | - |
| XYZ | 9.25 | 12.82 | 19.44 | - |
| YUV | 83.81 | 147.86 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 119 | 0.86 | 0.07 | 0 | 0.53 | 184.71 | 0.75 | 0.27 |
| Hex | 11 | 6F | 77 | 56 | 7 | 0 | 35 | B9 | 4B | 1B |
| Octal | 21 | 157 | 167 | 126 | 7 | 0 | 65 | 271 | 113 | 33 |
| Binary | 10001 | 1101111 | 1110111 | 1010110 | 111 | 0 | 110101 | 10111001 | 1001011 | 11011 |
Color Harmonies of #116F77
Complementary color
Monochromatic Colors of #116F77
Black with #116F77
Text Example
Text Example
White with #116F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116F77; }
p { color: rgb(17,111,119); }
H1.HeaderClassName
{
color: #116F77;
}
.AnyTagClassName
{
color: #116F77;
}
</style>
background-color css
<style>
a { background-color: #116F77; }
a { background-color: rgb(17,111,119); }
div.DivClassName
{
background-color: #116F77;
}
.BgClassName
{
background-color: #116F77;
}
</style>
border-color css
<style>
span { border-color: #116F77; }
span { border-color: rgb(17,111,119); }
td.TdClassName
{
border-color: #116F77;
}
.TagClassName
{
border-color: #116F77;
}
</style>