Shades of Lochmara #27779A
Tints of Lochmara #27779A
RGB
CMYK
RGB Variations
Color information
#27779A (or 0x27779A) is known color: Lochmara. HEX triplet: 27, 77 and 9A. RGB value is (39,119,154). Sum of RGB (Red+Green+Blue) = 39+119+154=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #27779A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27779A is #D88865. Grayscale: #626262. Windows color (decimal): -14190694 or 10123047. OLE color: 10123047.
HSL color Cylindrical-coordinate representation of color #27779A: hue angle of 198.26º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27779A is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 119 | 154 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.40 |
| HSL | 198.26º | 0.6% | 0.38% | - |
| HSV(B) | 198.26º | 0.75% | 0.6% | - |
| XYZ | 13.27 | 15.96 | 32.95 | - |
| YUV | 99.07 | 159 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 119 | 154 | 0.75 | 0.23 | 0 | 0.40 | 198.26 | 0.6 | 0.38 |
| Hex | 27 | 77 | 9A | 4B | 17 | 0 | 28 | C6 | 3C | 26 |
| Octal | 47 | 167 | 232 | 113 | 27 | 0 | 50 | 306 | 74 | 46 |
| Binary | 100111 | 1110111 | 10011010 | 1001011 | 10111 | 0 | 101000 | 11000110 | 111100 | 100110 |
Color Harmonies of #27779A
Complementary color
Monochromatic Colors of #27779A
Black with #27779A
Text Example
Text Example
White with #27779A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27779A; }
p { color: rgb(39,119,154); }
H1.HeaderClassName
{
color: #27779A;
}
.AnyTagClassName
{
color: #27779A;
}
</style>
background-color css
<style>
a { background-color: #27779A; }
a { background-color: rgb(39,119,154); }
div.DivClassName
{
background-color: #27779A;
}
.BgClassName
{
background-color: #27779A;
}
</style>
border-color css
<style>
span { border-color: #27779A; }
span { border-color: rgb(39,119,154); }
td.TdClassName
{
border-color: #27779A;
}
.TagClassName
{
border-color: #27779A;
}
</style>