Shades of Allports #07678A
Tints of Allports #07678A
RGB
CMYK
RGB Variations
Color information
#07678A (or 0x07678A) is known color: Allports. HEX triplet: 07, 67 and 8A. RGB value is (7,103,138). Sum of RGB (Red+Green+Blue) = 7+103+138=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #07678A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07678A is #F89875. Grayscale: #4E4E4E. Windows color (decimal): -16291958 or 9070343. OLE color: 9070343.
HSL color Cylindrical-coordinate representation of color #07678A: hue angle of 196.03º 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 #07678A is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 103 | 138 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.46 |
| HSL | 196.03º | 0.9% | 0.28% | - |
| HSV(B) | 196.03º | 0.95% | 0.54% | - |
| XYZ | 9.53 | 11.58 | 25.78 | - |
| YUV | 78.29 | 161.7 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 103 | 138 | 0.95 | 0.25 | 0 | 0.46 | 196.03 | 0.9 | 0.28 |
| Hex | 7 | 67 | 8A | 5F | 19 | 0 | 2E | C4 | 5A | 1C |
| Octal | 7 | 147 | 212 | 137 | 31 | 0 | 56 | 304 | 132 | 34 |
| Binary | 111 | 1100111 | 10001010 | 1011111 | 11001 | 0 | 101110 | 11000100 | 1011010 | 11100 |
Color Harmonies of #07678A
Complementary color
Monochromatic Colors of #07678A
Black with #07678A
Text Example
Text Example
White with #07678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07678A; }
p { color: rgb(7,103,138); }
H1.HeaderClassName
{
color: #07678A;
}
.AnyTagClassName
{
color: #07678A;
}
</style>
background-color css
<style>
a { background-color: #07678A; }
a { background-color: rgb(7,103,138); }
div.DivClassName
{
background-color: #07678A;
}
.BgClassName
{
background-color: #07678A;
}
</style>
border-color css
<style>
span { border-color: #07678A; }
span { border-color: rgb(7,103,138); }
td.TdClassName
{
border-color: #07678A;
}
.TagClassName
{
border-color: #07678A;
}
</style>