Shades of Allports #136B77
Tints of Allports #136B77
RGB
CMYK
RGB Variations
Color information
#136B77 (or 0x136B77) is known color: Allports. HEX triplet: 13, 6B and 77. RGB value is (19,107,119). Sum of RGB (Red+Green+Blue) = 19+107+119=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 107 (42.19% from 255 or 43.67% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #136B77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B77 is #EC9488. Grayscale: #515151. Windows color (decimal): -15504521 or 7826195. OLE color: 7826195.
HSL color Cylindrical-coordinate representation of color #136B77: hue angle of 187.2º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136B77 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 107 | 119 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.53 |
| HSL | 187.2º | 0.72% | 0.27% | - |
| HSV(B) | 187.2º | 0.84% | 0.47% | - |
| XYZ | 8.86 | 11.99 | 19.3 | - |
| YUV | 82.06 | 148.85 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 119 | 0.84 | 0.10 | 0 | 0.53 | 187.2 | 0.72 | 0.27 |
| Hex | 13 | 6B | 77 | 54 | A | 0 | 35 | BB | 48 | 1B |
| Octal | 23 | 153 | 167 | 124 | 12 | 0 | 65 | 273 | 110 | 33 |
| Binary | 10011 | 1101011 | 1110111 | 1010100 | 1010 | 0 | 110101 | 10111011 | 1001000 | 11011 |
Color Harmonies of #136B77
Complementary color
Monochromatic Colors of #136B77
Black with #136B77
Text Example
Text Example
White with #136B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B77; }
p { color: rgb(19,107,119); }
H1.HeaderClassName
{
color: #136B77;
}
.AnyTagClassName
{
color: #136B77;
}
</style>
background-color css
<style>
a { background-color: #136B77; }
a { background-color: rgb(19,107,119); }
div.DivClassName
{
background-color: #136B77;
}
.BgClassName
{
background-color: #136B77;
}
</style>
border-color css
<style>
span { border-color: #136B77; }
span { border-color: rgb(19,107,119); }
td.TdClassName
{
border-color: #136B77;
}
.TagClassName
{
border-color: #136B77;
}
</style>