Shades of Allports #076B8E
Tints of Allports #076B8E
RGB
CMYK
RGB Variations
Color information
#076B8E (or 0x076B8E) is known color: Allports. HEX triplet: 07, 6B and 8E. RGB value is (7,107,142). Sum of RGB (Red+Green+Blue) = 7+107+142=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 142 (55.86% from 255 or 55.47% from 256); Max value from RGB is 142 - color contains mainly: blue. Hex color #076B8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076B8E is #F89471. Grayscale: #505050. Windows color (decimal): -16290930 or 9333511. OLE color: 9333511.
HSL color Cylindrical-coordinate representation of color #076B8E: hue angle of 195.56º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076B8E is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 107 | 142 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.44 |
| HSL | 195.56º | 0.91% | 0.29% | - |
| HSV(B) | 195.56º | 0.95% | 0.56% | - |
| XYZ | 10.23 | 12.51 | 27.47 | - |
| YUV | 81.09 | 162.37 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 142 | 0.95 | 0.25 | 0 | 0.44 | 195.56 | 0.91 | 0.29 |
| Hex | 7 | 6B | 8E | 5F | 19 | 0 | 2C | C4 | 5B | 1D |
| Octal | 7 | 153 | 216 | 137 | 31 | 0 | 54 | 304 | 133 | 35 |
| Binary | 111 | 1101011 | 10001110 | 1011111 | 11001 | 0 | 101100 | 11000100 | 1011011 | 11101 |
Color Harmonies of #076B8E
Complementary color
Monochromatic Colors of #076B8E
Black with #076B8E
Text Example
Text Example
White with #076B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076B8E; }
p { color: rgb(7,107,142); }
H1.HeaderClassName
{
color: #076B8E;
}
.AnyTagClassName
{
color: #076B8E;
}
</style>
background-color css
<style>
a { background-color: #076B8E; }
a { background-color: rgb(7,107,142); }
div.DivClassName
{
background-color: #076B8E;
}
.BgClassName
{
background-color: #076B8E;
}
</style>
border-color css
<style>
span { border-color: #076B8E; }
span { border-color: rgb(7,107,142); }
td.TdClassName
{
border-color: #076B8E;
}
.TagClassName
{
border-color: #076B8E;
}
</style>