Shades of Eastern Blue #07788F
Tints of Eastern Blue #07788F
RGB
CMYK
RGB Variations
Color information
#07788F (or 0x07788F) is known color: Eastern Blue. HEX triplet: 07, 78 and 8F. RGB value is (7,120,143). Sum of RGB (Red+Green+Blue) = 7+120+143=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 143 (56.25% from 255 or 52.96% from 270); Max value from RGB is 143 - color contains mainly: blue. Hex color #07788F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07788F is #F88770. Grayscale: #585858. Windows color (decimal): -16287601 or 9402375. OLE color: 9402375.
HSL color Cylindrical-coordinate representation of color #07788F: hue angle of 190.15º 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 #07788F is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 120 | 143 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.44 |
| HSL | 190.15º | 0.91% | 0.29% | - |
| HSV(B) | 190.15º | 0.95% | 0.56% | - |
| XYZ | 11.76 | 15.46 | 28.35 | - |
| YUV | 88.84 | 158.56 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 120 | 143 | 0.95 | 0.16 | 0 | 0.44 | 190.15 | 0.91 | 0.29 |
| Hex | 7 | 78 | 8F | 5F | 10 | 0 | 2C | BE | 5B | 1D |
| Octal | 7 | 170 | 217 | 137 | 20 | 0 | 54 | 276 | 133 | 35 |
| Binary | 111 | 1111000 | 10001111 | 1011111 | 10000 | 0 | 101100 | 10111110 | 1011011 | 11101 |
Color Harmonies of #07788F
Complementary color
Monochromatic Colors of #07788F
Black with #07788F
Text Example
Text Example
White with #07788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07788F; }
p { color: rgb(7,120,143); }
H1.HeaderClassName
{
color: #07788F;
}
.AnyTagClassName
{
color: #07788F;
}
</style>
background-color css
<style>
a { background-color: #07788F; }
a { background-color: rgb(7,120,143); }
div.DivClassName
{
background-color: #07788F;
}
.BgClassName
{
background-color: #07788F;
}
</style>
border-color css
<style>
span { border-color: #07788F; }
span { border-color: rgb(7,120,143); }
td.TdClassName
{
border-color: #07788F;
}
.TagClassName
{
border-color: #07788F;
}
</style>