Shades of Allports #076E8A
Tints of Allports #076E8A
RGB
CMYK
RGB Variations
Color information
#076E8A (or 0x076E8A) is known color: Allports. HEX triplet: 07, 6E and 8A. RGB value is (7,110,138). Sum of RGB (Red+Green+Blue) = 7+110+138=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 110 (43.36% from 255 or 43.14% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #076E8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076E8A is #F89175. Grayscale: #525252. Windows color (decimal): -16290166 or 9072135. OLE color: 9072135.
HSL color Cylindrical-coordinate representation of color #076E8A: hue angle of 192.82º 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 #076E8A is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 110 | 138 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.46 |
| HSL | 192.82º | 0.9% | 0.28% | - |
| HSV(B) | 192.82º | 0.95% | 0.54% | - |
| XYZ | 10.25 | 13.03 | 26.02 | - |
| YUV | 82.4 | 159.38 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 138 | 0.95 | 0.20 | 0 | 0.46 | 192.82 | 0.9 | 0.28 |
| Hex | 7 | 6E | 8A | 5F | 14 | 0 | 2E | C1 | 5A | 1C |
| Octal | 7 | 156 | 212 | 137 | 24 | 0 | 56 | 301 | 132 | 34 |
| Binary | 111 | 1101110 | 10001010 | 1011111 | 10100 | 0 | 101110 | 11000001 | 1011010 | 11100 |
Color Harmonies of #076E8A
Complementary color
Monochromatic Colors of #076E8A
Black with #076E8A
Text Example
Text Example
White with #076E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076E8A; }
p { color: rgb(7,110,138); }
H1.HeaderClassName
{
color: #076E8A;
}
.AnyTagClassName
{
color: #076E8A;
}
</style>
background-color css
<style>
a { background-color: #076E8A; }
a { background-color: rgb(7,110,138); }
div.DivClassName
{
background-color: #076E8A;
}
.BgClassName
{
background-color: #076E8A;
}
</style>
border-color css
<style>
span { border-color: #076E8A; }
span { border-color: rgb(7,110,138); }
td.TdClassName
{
border-color: #076E8A;
}
.TagClassName
{
border-color: #076E8A;
}
</style>