Shades of Allports #076D84
Tints of Allports #076D84
RGB
CMYK
RGB Variations
Color information
#076D84 (or 0x076D84) is known color: Allports. HEX triplet: 07, 6D and 84. RGB value is (7,109,132). Sum of RGB (Red+Green+Blue) = 7+109+132=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 109 (42.97% from 255 or 43.95% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #076D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076D84 is #F8927B. Grayscale: #505050. Windows color (decimal): -16290428 or 8678663. OLE color: 8678663.
HSL color Cylindrical-coordinate representation of color #076D84: hue angle of 191.04º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076D84 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 109 | 132 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.48 |
| HSL | 191.04º | 0.9% | 0.27% | - |
| HSV(B) | 191.04º | 0.95% | 0.52% | - |
| XYZ | 9.72 | 12.65 | 23.76 | - |
| YUV | 81.12 | 156.71 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 132 | 0.95 | 0.17 | 0 | 0.48 | 191.04 | 0.9 | 0.27 |
| Hex | 7 | 6D | 84 | 5F | 11 | 0 | 30 | BF | 5A | 1B |
| Octal | 7 | 155 | 204 | 137 | 21 | 0 | 60 | 277 | 132 | 33 |
| Binary | 111 | 1101101 | 10000100 | 1011111 | 10001 | 0 | 110000 | 10111111 | 1011010 | 11011 |
Color Harmonies of #076D84
Complementary color
Monochromatic Colors of #076D84
Black with #076D84
Text Example
Text Example
White with #076D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D84; }
p { color: rgb(7,109,132); }
H1.HeaderClassName
{
color: #076D84;
}
.AnyTagClassName
{
color: #076D84;
}
</style>
background-color css
<style>
a { background-color: #076D84; }
a { background-color: rgb(7,109,132); }
div.DivClassName
{
background-color: #076D84;
}
.BgClassName
{
background-color: #076D84;
}
</style>
border-color css
<style>
span { border-color: #076D84; }
span { border-color: rgb(7,109,132); }
td.TdClassName
{
border-color: #076D84;
}
.TagClassName
{
border-color: #076D84;
}
</style>