Shades of Elm #26776D
Tints of Elm #26776D
RGB
CMYK
RGB Variations
Color information
#26776D (or 0x26776D) is known color: Elm. HEX triplet: 26, 77 and 6D. RGB value is (38,119,109). Sum of RGB (Red+Green+Blue) = 38+119+109=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #26776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26776D is #D98892. Grayscale: #5D5D5D. Windows color (decimal): -14256275 or 7173926. OLE color: 7173926.
HSL color Cylindrical-coordinate representation of color #26776D: hue angle of 172.59º 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 #26776D is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 119 | 109 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.53 |
| HSL | 172.59º | 0.52% | 0.31% | - |
| HSV(B) | 172.59º | 0.68% | 0.47% | - |
| XYZ | 10.16 | 14.71 | 16.77 | - |
| YUV | 93.64 | 136.66 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 119 | 109 | 0.68 | 0 | 0.08 | 0.53 | 172.59 | 0.52 | 0.31 |
| Hex | 26 | 77 | 6D | 44 | 0 | 8 | 35 | AD | 34 | 1F |
| Octal | 46 | 167 | 155 | 104 | 0 | 10 | 65 | 255 | 64 | 37 |
| Binary | 100110 | 1110111 | 1101101 | 1000100 | 0 | 1000 | 110101 | 10101101 | 110100 | 11111 |
Color Harmonies of #26776D
Complementary color
Monochromatic Colors of #26776D
Black with #26776D
Text Example
Text Example
White with #26776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26776D; }
p { color: rgb(38,119,109); }
H1.HeaderClassName
{
color: #26776D;
}
.AnyTagClassName
{
color: #26776D;
}
</style>
background-color css
<style>
a { background-color: #26776D; }
a { background-color: rgb(38,119,109); }
div.DivClassName
{
background-color: #26776D;
}
.BgClassName
{
background-color: #26776D;
}
</style>
border-color css
<style>
span { border-color: #26776D; }
span { border-color: rgb(38,119,109); }
td.TdClassName
{
border-color: #26776D;
}
.TagClassName
{
border-color: #26776D;
}
</style>