Shades of Allports #076C8D
Tints of Allports #076C8D
RGB
CMYK
RGB Variations
Color information
#076C8D (or 0x076C8D) is known color: Allports. HEX triplet: 07, 6C and 8D. RGB value is (7,108,141). Sum of RGB (Red+Green+Blue) = 7+108+141=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #076C8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076C8D is #F89372. Grayscale: #515151. Windows color (decimal): -16290675 or 9268231. OLE color: 9268231.
HSL color Cylindrical-coordinate representation of color #076C8D: hue angle of 194.78º degrees, saturation: 0.91, 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 #076C8D is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 108 | 141 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.45 |
| HSL | 194.78º | 0.91% | 0.29% | - |
| HSV(B) | 194.78º | 0.95% | 0.55% | - |
| XYZ | 10.26 | 12.69 | 27.11 | - |
| YUV | 81.56 | 161.54 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 141 | 0.95 | 0.23 | 0 | 0.45 | 194.78 | 0.91 | 0.29 |
| Hex | 7 | 6C | 8D | 5F | 17 | 0 | 2D | C3 | 5B | 1D |
| Octal | 7 | 154 | 215 | 137 | 27 | 0 | 55 | 303 | 133 | 35 |
| Binary | 111 | 1101100 | 10001101 | 1011111 | 10111 | 0 | 101101 | 11000011 | 1011011 | 11101 |
Color Harmonies of #076C8D
Complementary color
Monochromatic Colors of #076C8D
Black with #076C8D
Text Example
Text Example
White with #076C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076C8D; }
p { color: rgb(7,108,141); }
H1.HeaderClassName
{
color: #076C8D;
}
.AnyTagClassName
{
color: #076C8D;
}
</style>
background-color css
<style>
a { background-color: #076C8D; }
a { background-color: rgb(7,108,141); }
div.DivClassName
{
background-color: #076C8D;
}
.BgClassName
{
background-color: #076C8D;
}
</style>
border-color css
<style>
span { border-color: #076C8D; }
span { border-color: rgb(7,108,141); }
td.TdClassName
{
border-color: #076C8D;
}
.TagClassName
{
border-color: #076C8D;
}
</style>