Shades of Allports #126C77
Tints of Allports #126C77
RGB
CMYK
RGB Variations
Color information
#126C77 (or 0x126C77) is known color: Allports. HEX triplet: 12, 6C and 77. RGB value is (18,108,119). Sum of RGB (Red+Green+Blue) = 18+108+119=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 108 (42.58% from 255 or 44.08% 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 #126C77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126C77 is #ED9388. Grayscale: #525252. Windows color (decimal): -15569801 or 7826450. OLE color: 7826450.
HSL color Cylindrical-coordinate representation of color #126C77: hue angle of 186.53º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #126C77 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 108 | 119 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.53 |
| HSL | 186.53º | 0.74% | 0.27% | - |
| HSV(B) | 186.53º | 0.85% | 0.47% | - |
| XYZ | 8.94 | 12.19 | 19.33 | - |
| YUV | 82.34 | 148.68 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 119 | 0.85 | 0.09 | 0 | 0.53 | 186.53 | 0.74 | 0.27 |
| Hex | 12 | 6C | 77 | 55 | 9 | 0 | 35 | BB | 4A | 1B |
| Octal | 22 | 154 | 167 | 125 | 11 | 0 | 65 | 273 | 112 | 33 |
| Binary | 10010 | 1101100 | 1110111 | 1010101 | 1001 | 0 | 110101 | 10111011 | 1001010 | 11011 |
Color Harmonies of #126C77
Complementary color
Monochromatic Colors of #126C77
Black with #126C77
Text Example
Text Example
White with #126C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126C77; }
p { color: rgb(18,108,119); }
H1.HeaderClassName
{
color: #126C77;
}
.AnyTagClassName
{
color: #126C77;
}
</style>
background-color css
<style>
a { background-color: #126C77; }
a { background-color: rgb(18,108,119); }
div.DivClassName
{
background-color: #126C77;
}
.BgClassName
{
background-color: #126C77;
}
</style>
border-color css
<style>
span { border-color: #126C77; }
span { border-color: rgb(18,108,119); }
td.TdClassName
{
border-color: #126C77;
}
.TagClassName
{
border-color: #126C77;
}
</style>