Shades of Allports #07678E
Tints of Allports #07678E
RGB
CMYK
RGB Variations
Color information
#07678E (or 0x07678E) is known color: Allports. HEX triplet: 07, 67 and 8E. RGB value is (7,103,142). Sum of RGB (Red+Green+Blue) = 7+103+142=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 142 (55.86% from 255 or 56.35% from 252); Max value from RGB is 142 - color contains mainly: blue. Hex color #07678E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07678E is #F89871. Grayscale: #4E4E4E. Windows color (decimal): -16291954 or 9332487. OLE color: 9332487.
HSL color Cylindrical-coordinate representation of color #07678E: hue angle of 197.33º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07678E is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 103 | 142 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.44 |
| HSL | 197.33º | 0.91% | 0.29% | - |
| HSV(B) | 197.33º | 0.95% | 0.56% | - |
| XYZ | 9.82 | 11.7 | 27.33 | - |
| YUV | 78.74 | 163.7 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 103 | 142 | 0.95 | 0.27 | 0 | 0.44 | 197.33 | 0.91 | 0.29 |
| Hex | 7 | 67 | 8E | 5F | 1B | 0 | 2C | C5 | 5B | 1D |
| Octal | 7 | 147 | 216 | 137 | 33 | 0 | 54 | 305 | 133 | 35 |
| Binary | 111 | 1100111 | 10001110 | 1011111 | 11011 | 0 | 101100 | 11000101 | 1011011 | 11101 |
Color Harmonies of #07678E
Complementary color
Monochromatic Colors of #07678E
Black with #07678E
Text Example
Text Example
White with #07678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07678E; }
p { color: rgb(7,103,142); }
H1.HeaderClassName
{
color: #07678E;
}
.AnyTagClassName
{
color: #07678E;
}
</style>
background-color css
<style>
a { background-color: #07678E; }
a { background-color: rgb(7,103,142); }
div.DivClassName
{
background-color: #07678E;
}
.BgClassName
{
background-color: #07678E;
}
</style>
border-color css
<style>
span { border-color: #07678E; }
span { border-color: rgb(7,103,142); }
td.TdClassName
{
border-color: #07678E;
}
.TagClassName
{
border-color: #07678E;
}
</style>