Shades of Genoa #26776C
Tints of Genoa #26776C
RGB
CMYK
RGB Variations
Color information
#26776C (or 0x26776C) is known color: Genoa. HEX triplet: 26, 77 and 6C. RGB value is (38,119,108). Sum of RGB (Red+Green+Blue) = 38+119+108=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #26776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26776C is #D98893. Grayscale: #5D5D5D. Windows color (decimal): -14256276 or 7108390. OLE color: 7108390.
HSL color Cylindrical-coordinate representation of color #26776C: hue angle of 171.85º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26776C is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 119 | 108 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.53 |
| HSL | 171.85º | 0.52% | 0.31% | - |
| HSV(B) | 171.85º | 0.68% | 0.47% | - |
| XYZ | 10.1 | 14.69 | 16.49 | - |
| YUV | 93.53 | 136.16 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 119 | 108 | 0.68 | 0 | 0.09 | 0.53 | 171.85 | 0.52 | 0.31 |
| Hex | 26 | 77 | 6C | 44 | 0 | 9 | 35 | AC | 34 | 1F |
| Octal | 46 | 167 | 154 | 104 | 0 | 11 | 65 | 254 | 64 | 37 |
| Binary | 100110 | 1110111 | 1101100 | 1000100 | 0 | 1001 | 110101 | 10101100 | 110100 | 11111 |
Color Harmonies of #26776C
Complementary color
Monochromatic Colors of #26776C
Black with #26776C
Text Example
Text Example
White with #26776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26776C; }
p { color: rgb(38,119,108); }
H1.HeaderClassName
{
color: #26776C;
}
.AnyTagClassName
{
color: #26776C;
}
</style>
background-color css
<style>
a { background-color: #26776C; }
a { background-color: rgb(38,119,108); }
div.DivClassName
{
background-color: #26776C;
}
.BgClassName
{
background-color: #26776C;
}
</style>
border-color css
<style>
span { border-color: #26776C; }
span { border-color: rgb(38,119,108); }
td.TdClassName
{
border-color: #26776C;
}
.TagClassName
{
border-color: #26776C;
}
</style>