Shades of Elm #267C77
Tints of Elm #267C77
RGB
CMYK
RGB Variations
Color information
#267C77 (or 0x267C77) is known color: Elm. HEX triplet: 26, 7C and 77. RGB value is (38,124,119). Sum of RGB (Red+Green+Blue) = 38+124+119=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 124 (48.83% from 255 or 44.13% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 124 - color contains mainly: green. Hex color #267C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267C77 is #D98388. Grayscale: #616161. Windows color (decimal): -14254985 or 7830566. OLE color: 7830566.
HSL color Cylindrical-coordinate representation of color #267C77: hue angle of 176.51º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267C77 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 124 | 119 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.51 |
| HSL | 176.51º | 0.53% | 0.32% | - |
| HSV(B) | 176.51º | 0.69% | 0.49% | - |
| XYZ | 11.34 | 16.16 | 19.97 | - |
| YUV | 97.72 | 140.01 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 119 | 0.69 | 0 | 0.04 | 0.51 | 176.51 | 0.53 | 0.32 |
| Hex | 26 | 7C | 77 | 45 | 0 | 4 | 33 | B1 | 35 | 20 |
| Octal | 46 | 174 | 167 | 105 | 0 | 4 | 63 | 261 | 65 | 40 |
| Binary | 100110 | 1111100 | 1110111 | 1000101 | 0 | 100 | 110011 | 10110001 | 110101 | 100000 |
Color Harmonies of #267C77
Complementary color
Monochromatic Colors of #267C77
Black with #267C77
Text Example
Text Example
White with #267C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267C77; }
p { color: rgb(38,124,119); }
H1.HeaderClassName
{
color: #267C77;
}
.AnyTagClassName
{
color: #267C77;
}
</style>
background-color css
<style>
a { background-color: #267C77; }
a { background-color: rgb(38,124,119); }
div.DivClassName
{
background-color: #267C77;
}
.BgClassName
{
background-color: #267C77;
}
</style>
border-color css
<style>
span { border-color: #267C77; }
span { border-color: rgb(38,124,119); }
td.TdClassName
{
border-color: #267C77;
}
.TagClassName
{
border-color: #267C77;
}
</style>