Shades of Allports #076B8A
Tints of Allports #076B8A
RGB
CMYK
RGB Variations
Color information
#076B8A (or 0x076B8A) is known color: Allports. HEX triplet: 07, 6B and 8A. RGB value is (7,107,138). Sum of RGB (Red+Green+Blue) = 7+107+138=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #076B8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076B8A is #F89475. Grayscale: #505050. Windows color (decimal): -16290934 or 9071367. OLE color: 9071367.
HSL color Cylindrical-coordinate representation of color #076B8A: hue angle of 194.2º 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 #076B8A is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 107 | 138 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.46 |
| HSL | 194.2º | 0.9% | 0.28% | - |
| HSV(B) | 194.2º | 0.95% | 0.54% | - |
| XYZ | 9.93 | 12.4 | 25.91 | - |
| YUV | 80.63 | 160.37 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 138 | 0.95 | 0.22 | 0 | 0.46 | 194.2 | 0.9 | 0.28 |
| Hex | 7 | 6B | 8A | 5F | 16 | 0 | 2E | C2 | 5A | 1C |
| Octal | 7 | 153 | 212 | 137 | 26 | 0 | 56 | 302 | 132 | 34 |
| Binary | 111 | 1101011 | 10001010 | 1011111 | 10110 | 0 | 101110 | 11000010 | 1011010 | 11100 |
Color Harmonies of #076B8A
Complementary color
Monochromatic Colors of #076B8A
Black with #076B8A
Text Example
Text Example
White with #076B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076B8A; }
p { color: rgb(7,107,138); }
H1.HeaderClassName
{
color: #076B8A;
}
.AnyTagClassName
{
color: #076B8A;
}
</style>
background-color css
<style>
a { background-color: #076B8A; }
a { background-color: rgb(7,107,138); }
div.DivClassName
{
background-color: #076B8A;
}
.BgClassName
{
background-color: #076B8A;
}
</style>
border-color css
<style>
span { border-color: #076B8A; }
span { border-color: rgb(7,107,138); }
td.TdClassName
{
border-color: #076B8A;
}
.TagClassName
{
border-color: #076B8A;
}
</style>