Shades of Allports #076E88
Tints of Allports #076E88
RGB
CMYK
RGB Variations
Color information
#076E88 (or 0x076E88) is known color: Allports. HEX triplet: 07, 6E and 88. RGB value is (7,110,136). Sum of RGB (Red+Green+Blue) = 7+110+136=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #076E88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076E88 is #F89177. Grayscale: #515151. Windows color (decimal): -16290168 or 8941063. OLE color: 8941063.
HSL color Cylindrical-coordinate representation of color #076E88: hue angle of 192.09º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076E88 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 110 | 136 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.47 |
| HSL | 192.09º | 0.9% | 0.28% | - |
| HSV(B) | 192.09º | 0.95% | 0.53% | - |
| XYZ | 10.11 | 12.97 | 25.26 | - |
| YUV | 82.17 | 158.38 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 136 | 0.95 | 0.19 | 0 | 0.47 | 192.09 | 0.9 | 0.28 |
| Hex | 7 | 6E | 88 | 5F | 13 | 0 | 2F | C0 | 5A | 1C |
| Octal | 7 | 156 | 210 | 137 | 23 | 0 | 57 | 300 | 132 | 34 |
| Binary | 111 | 1101110 | 10001000 | 1011111 | 10011 | 0 | 101111 | 11000000 | 1011010 | 11100 |
Color Harmonies of #076E88
Complementary color
Monochromatic Colors of #076E88
Black with #076E88
Text Example
Text Example
White with #076E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076E88; }
p { color: rgb(7,110,136); }
H1.HeaderClassName
{
color: #076E88;
}
.AnyTagClassName
{
color: #076E88;
}
</style>
background-color css
<style>
a { background-color: #076E88; }
a { background-color: rgb(7,110,136); }
div.DivClassName
{
background-color: #076E88;
}
.BgClassName
{
background-color: #076E88;
}
</style>
border-color css
<style>
span { border-color: #076E88; }
span { border-color: rgb(7,110,136); }
td.TdClassName
{
border-color: #076E88;
}
.TagClassName
{
border-color: #076E88;
}
</style>