Shades of Allports #076C87
Tints of Allports #076C87
RGB
CMYK
RGB Variations
Color information
#076C87 (or 0x076C87) is known color: Allports. HEX triplet: 07, 6C and 87. RGB value is (7,108,135). Sum of RGB (Red+Green+Blue) = 7+108+135=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #076C87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076C87 is #F89378. Grayscale: #505050. Windows color (decimal): -16290681 or 8875015. OLE color: 8875015.
HSL color Cylindrical-coordinate representation of color #076C87: hue angle of 192.66º 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 #076C87 is Cyan = 0.95, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 108 | 135 | - |
| CMYK | 0.95 | 0.2 | 0 | 0.47 |
| HSL | 192.66º | 0.9% | 0.28% | - |
| HSV(B) | 192.66º | 0.95% | 0.53% | - |
| XYZ | 9.82 | 12.52 | 24.82 | - |
| YUV | 80.88 | 158.54 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 135 | 0.95 | 0.2 | 0 | 0.47 | 192.66 | 0.9 | 0.28 |
| Hex | 7 | 6C | 87 | 5F | 14 | 0 | 2F | C1 | 5A | 1C |
| Octal | 7 | 154 | 207 | 137 | 24 | 0 | 57 | 301 | 132 | 34 |
| Binary | 111 | 1101100 | 10000111 | 1011111 | 10100 | 0 | 101111 | 11000001 | 1011010 | 11100 |
Color Harmonies of #076C87
Complementary color
Monochromatic Colors of #076C87
Black with #076C87
Text Example
Text Example
White with #076C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076C87; }
p { color: rgb(7,108,135); }
H1.HeaderClassName
{
color: #076C87;
}
.AnyTagClassName
{
color: #076C87;
}
</style>
background-color css
<style>
a { background-color: #076C87; }
a { background-color: rgb(7,108,135); }
div.DivClassName
{
background-color: #076C87;
}
.BgClassName
{
background-color: #076C87;
}
</style>
border-color css
<style>
span { border-color: #076C87; }
span { border-color: rgb(7,108,135); }
td.TdClassName
{
border-color: #076C87;
}
.TagClassName
{
border-color: #076C87;
}
</style>