Shades of Allports #127782
Tints of Allports #127782
RGB
CMYK
RGB Variations
Color information
#127782 (or 0x127782) is known color: Allports. HEX triplet: 12, 77 and 82. RGB value is (18,119,130). Sum of RGB (Red+Green+Blue) = 18+119+130=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #127782 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127782 is #ED887D. Grayscale: #595959. Windows color (decimal): -15566974 or 8550162. OLE color: 8550162.
HSL color Cylindrical-coordinate representation of color #127782: hue angle of 185.89º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127782 is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 119 | 130 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.49 |
| HSL | 185.89º | 0.76% | 0.29% | - |
| HSV(B) | 185.89º | 0.86% | 0.51% | - |
| XYZ | 10.88 | 14.93 | 23.43 | - |
| YUV | 90.06 | 150.54 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 119 | 130 | 0.86 | 0.08 | 0 | 0.49 | 185.89 | 0.76 | 0.29 |
| Hex | 12 | 77 | 82 | 56 | 8 | 0 | 31 | BA | 4C | 1D |
| Octal | 22 | 167 | 202 | 126 | 10 | 0 | 61 | 272 | 114 | 35 |
| Binary | 10010 | 1110111 | 10000010 | 1010110 | 1000 | 0 | 110001 | 10111010 | 1001100 | 11101 |
Color Harmonies of #127782
Complementary color
Monochromatic Colors of #127782
Black with #127782
Text Example
Text Example
White with #127782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127782; }
p { color: rgb(18,119,130); }
H1.HeaderClassName
{
color: #127782;
}
.AnyTagClassName
{
color: #127782;
}
</style>
background-color css
<style>
a { background-color: #127782; }
a { background-color: rgb(18,119,130); }
div.DivClassName
{
background-color: #127782;
}
.BgClassName
{
background-color: #127782;
}
</style>
border-color css
<style>
span { border-color: #127782; }
span { border-color: rgb(18,119,130); }
td.TdClassName
{
border-color: #127782;
}
.TagClassName
{
border-color: #127782;
}
</style>