Shades of Allports #076D8A
Tints of Allports #076D8A
RGB
CMYK
RGB Variations
Color information
#076D8A (or 0x076D8A) is known color: Allports. HEX triplet: 07, 6D and 8A. RGB value is (7,109,138). Sum of RGB (Red+Green+Blue) = 7+109+138=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 109 (42.97% from 255 or 42.91% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #076D8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076D8A is #F89275. Grayscale: #515151. Windows color (decimal): -16290422 or 9071879. OLE color: 9071879.
HSL color Cylindrical-coordinate representation of color #076D8A: hue angle of 193.28º 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 #076D8A is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 109 | 138 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.46 |
| HSL | 193.28º | 0.9% | 0.28% | - |
| HSV(B) | 193.28º | 0.95% | 0.54% | - |
| XYZ | 10.14 | 12.82 | 25.98 | - |
| YUV | 81.81 | 159.71 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 138 | 0.95 | 0.21 | 0 | 0.46 | 193.28 | 0.9 | 0.28 |
| Hex | 7 | 6D | 8A | 5F | 15 | 0 | 2E | C1 | 5A | 1C |
| Octal | 7 | 155 | 212 | 137 | 25 | 0 | 56 | 301 | 132 | 34 |
| Binary | 111 | 1101101 | 10001010 | 1011111 | 10101 | 0 | 101110 | 11000001 | 1011010 | 11100 |
Color Harmonies of #076D8A
Complementary color
Monochromatic Colors of #076D8A
Black with #076D8A
Text Example
Text Example
White with #076D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D8A; }
p { color: rgb(7,109,138); }
H1.HeaderClassName
{
color: #076D8A;
}
.AnyTagClassName
{
color: #076D8A;
}
</style>
background-color css
<style>
a { background-color: #076D8A; }
a { background-color: rgb(7,109,138); }
div.DivClassName
{
background-color: #076D8A;
}
.BgClassName
{
background-color: #076D8A;
}
</style>
border-color css
<style>
span { border-color: #076D8A; }
span { border-color: rgb(7,109,138); }
td.TdClassName
{
border-color: #076D8A;
}
.TagClassName
{
border-color: #076D8A;
}
</style>