Shades of Allports #276A76
Tints of Allports #276A76
RGB
CMYK
RGB Variations
Color information
#276A76 (or 0x276A76) is known color: Allports. HEX triplet: 27, 6A and 76. RGB value is (39,106,118). Sum of RGB (Red+Green+Blue) = 39+106+118=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 106 (41.80% from 255 or 40.30% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #276A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276A76 is #D89589. Grayscale: #575757. Windows color (decimal): -14194058 or 7760423. OLE color: 7760423.
HSL color Cylindrical-coordinate representation of color #276A76: hue angle of 189.11º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #276A76 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 39 | 106 | 118 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.54 |
| HSL | 189.11º | 0.5% | 0.31% | - |
| HSV(B) | 189.11º | 0.67% | 0.46% | - |
| XYZ | 9.26 | 12.05 | 18.98 | - |
| YUV | 87.34 | 145.3 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 106 | 118 | 0.67 | 0.10 | 0 | 0.54 | 189.11 | 0.5 | 0.31 |
| Hex | 27 | 6A | 76 | 43 | A | 0 | 36 | BD | 32 | 1F |
| Octal | 47 | 152 | 166 | 103 | 12 | 0 | 66 | 275 | 62 | 37 |
| Binary | 100111 | 1101010 | 1110110 | 1000011 | 1010 | 0 | 110110 | 10111101 | 110010 | 11111 |
Color Harmonies of #276A76
Complementary color
Monochromatic Colors of #276A76
Black with #276A76
Text Example
Text Example
White with #276A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276A76; }
p { color: rgb(39,106,118); }
H1.HeaderClassName
{
color: #276A76;
}
.AnyTagClassName
{
color: #276A76;
}
</style>
background-color css
<style>
a { background-color: #276A76; }
a { background-color: rgb(39,106,118); }
div.DivClassName
{
background-color: #276A76;
}
.BgClassName
{
background-color: #276A76;
}
</style>
border-color css
<style>
span { border-color: #276A76; }
span { border-color: rgb(39,106,118); }
td.TdClassName
{
border-color: #276A76;
}
.TagClassName
{
border-color: #276A76;
}
</style>