Shades of Allports #076887
Tints of Allports #076887
RGB
CMYK
RGB Variations
Color information
#076887 (or 0x076887) is known color: Allports. HEX triplet: 07, 68 and 87. RGB value is (7,104,135). Sum of RGB (Red+Green+Blue) = 7+104+135=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #076887 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076887 is #F89778. Grayscale: #4E4E4E. Windows color (decimal): -16291705 or 8873991. OLE color: 8873991.
HSL color Cylindrical-coordinate representation of color #076887: hue angle of 194.53º 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 #076887 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 104 | 135 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.47 |
| HSL | 194.53º | 0.9% | 0.28% | - |
| HSV(B) | 194.53º | 0.95% | 0.53% | - |
| XYZ | 9.41 | 11.7 | 24.68 | - |
| YUV | 78.53 | 159.86 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 135 | 0.95 | 0.23 | 0 | 0.47 | 194.53 | 0.9 | 0.28 |
| Hex | 7 | 68 | 87 | 5F | 17 | 0 | 2F | C3 | 5A | 1C |
| Octal | 7 | 150 | 207 | 137 | 27 | 0 | 57 | 303 | 132 | 34 |
| Binary | 111 | 1101000 | 10000111 | 1011111 | 10111 | 0 | 101111 | 11000011 | 1011010 | 11100 |
Color Harmonies of #076887
Complementary color
Monochromatic Colors of #076887
Black with #076887
Text Example
Text Example
White with #076887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076887; }
p { color: rgb(7,104,135); }
H1.HeaderClassName
{
color: #076887;
}
.AnyTagClassName
{
color: #076887;
}
</style>
background-color css
<style>
a { background-color: #076887; }
a { background-color: rgb(7,104,135); }
div.DivClassName
{
background-color: #076887;
}
.BgClassName
{
background-color: #076887;
}
</style>
border-color css
<style>
span { border-color: #076887; }
span { border-color: rgb(7,104,135); }
td.TdClassName
{
border-color: #076887;
}
.TagClassName
{
border-color: #076887;
}
</style>