Shades of Allports #276C77
Tints of Allports #276C77
RGB
CMYK
RGB Variations
Color information
#276C77 (or 0x276C77) is known color: Allports. HEX triplet: 27, 6C and 77. RGB value is (39,108,119). Sum of RGB (Red+Green+Blue) = 39+108+119=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 119 - color contains mainly: blue. Hex color #276C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276C77 is #D89388. Grayscale: #585858. Windows color (decimal): -14193545 or 7826471. OLE color: 7826471.
HSL color Cylindrical-coordinate representation of color #276C77: hue angle of 188.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #276C77 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 108 | 119 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.53 |
| HSL | 188.25º | 0.51% | 0.31% | - |
| HSV(B) | 188.25º | 0.67% | 0.47% | - |
| XYZ | 9.53 | 12.49 | 19.36 | - |
| YUV | 88.62 | 145.14 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 108 | 119 | 0.67 | 0.09 | 0 | 0.53 | 188.25 | 0.51 | 0.31 |
| Hex | 27 | 6C | 77 | 43 | 9 | 0 | 35 | BC | 33 | 1F |
| Octal | 47 | 154 | 167 | 103 | 11 | 0 | 65 | 274 | 63 | 37 |
| Binary | 100111 | 1101100 | 1110111 | 1000011 | 1001 | 0 | 110101 | 10111100 | 110011 | 11111 |
Color Harmonies of #276C77
Complementary color
Monochromatic Colors of #276C77
Black with #276C77
Text Example
Text Example
White with #276C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276C77; }
p { color: rgb(39,108,119); }
H1.HeaderClassName
{
color: #276C77;
}
.AnyTagClassName
{
color: #276C77;
}
</style>
background-color css
<style>
a { background-color: #276C77; }
a { background-color: rgb(39,108,119); }
div.DivClassName
{
background-color: #276C77;
}
.BgClassName
{
background-color: #276C77;
}
</style>
border-color css
<style>
span { border-color: #276C77; }
span { border-color: rgb(39,108,119); }
td.TdClassName
{
border-color: #276C77;
}
.TagClassName
{
border-color: #276C77;
}
</style>