Shades of Allports #076C8B
Tints of Allports #076C8B
RGB
CMYK
RGB Variations
Color information
#076C8B (or 0x076C8B) is known color: Allports. HEX triplet: 07, 6C and 8B. RGB value is (7,108,139). Sum of RGB (Red+Green+Blue) = 7+108+139=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #076C8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076C8B is #F89374. Grayscale: #515151. Windows color (decimal): -16290677 or 9137159. OLE color: 9137159.
HSL color Cylindrical-coordinate representation of color #076C8B: hue angle of 194.09º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076C8B is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 108 | 139 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.45 |
| HSL | 194.09º | 0.9% | 0.29% | - |
| HSV(B) | 194.09º | 0.95% | 0.55% | - |
| XYZ | 10.11 | 12.63 | 26.33 | - |
| YUV | 81.34 | 160.54 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 139 | 0.95 | 0.22 | 0 | 0.45 | 194.09 | 0.9 | 0.29 |
| Hex | 7 | 6C | 8B | 5F | 16 | 0 | 2D | C2 | 5A | 1D |
| Octal | 7 | 154 | 213 | 137 | 26 | 0 | 55 | 302 | 132 | 35 |
| Binary | 111 | 1101100 | 10001011 | 1011111 | 10110 | 0 | 101101 | 11000010 | 1011010 | 11101 |
Color Harmonies of #076C8B
Complementary color
Monochromatic Colors of #076C8B
Black with #076C8B
Text Example
Text Example
White with #076C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076C8B; }
p { color: rgb(7,108,139); }
H1.HeaderClassName
{
color: #076C8B;
}
.AnyTagClassName
{
color: #076C8B;
}
</style>
background-color css
<style>
a { background-color: #076C8B; }
a { background-color: rgb(7,108,139); }
div.DivClassName
{
background-color: #076C8B;
}
.BgClassName
{
background-color: #076C8B;
}
</style>
border-color css
<style>
span { border-color: #076C8B; }
span { border-color: rgb(7,108,139); }
td.TdClassName
{
border-color: #076C8B;
}
.TagClassName
{
border-color: #076C8B;
}
</style>