Shades of Allports #076C89
Tints of Allports #076C89
RGB
CMYK
RGB Variations
Color information
#076C89 (or 0x076C89) is known color: Allports. HEX triplet: 07, 6C and 89. RGB value is (7,108,137). Sum of RGB (Red+Green+Blue) = 7+108+137=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #076C89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076C89 is #F89376. Grayscale: #505050. Windows color (decimal): -16290679 or 9006087. OLE color: 9006087.
HSL color Cylindrical-coordinate representation of color #076C89: hue angle of 193.38º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076C89 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 108 | 137 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.46 |
| HSL | 193.38º | 0.9% | 0.28% | - |
| HSV(B) | 193.38º | 0.95% | 0.54% | - |
| XYZ | 9.97 | 12.58 | 25.57 | - |
| YUV | 81.11 | 159.54 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 137 | 0.95 | 0.21 | 0 | 0.46 | 193.38 | 0.9 | 0.28 |
| Hex | 7 | 6C | 89 | 5F | 15 | 0 | 2E | C1 | 5A | 1C |
| Octal | 7 | 154 | 211 | 137 | 25 | 0 | 56 | 301 | 132 | 34 |
| Binary | 111 | 1101100 | 10001001 | 1011111 | 10101 | 0 | 101110 | 11000001 | 1011010 | 11100 |
Color Harmonies of #076C89
Complementary color
Monochromatic Colors of #076C89
Black with #076C89
Text Example
Text Example
White with #076C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076C89; }
p { color: rgb(7,108,137); }
H1.HeaderClassName
{
color: #076C89;
}
.AnyTagClassName
{
color: #076C89;
}
</style>
background-color css
<style>
a { background-color: #076C89; }
a { background-color: rgb(7,108,137); }
div.DivClassName
{
background-color: #076C89;
}
.BgClassName
{
background-color: #076C89;
}
</style>
border-color css
<style>
span { border-color: #076C89; }
span { border-color: rgb(7,108,137); }
td.TdClassName
{
border-color: #076C89;
}
.TagClassName
{
border-color: #076C89;
}
</style>