Shades of Elm #1B7072
Tints of Elm #1B7072
RGB
CMYK
RGB Variations
Color information
#1B7072 (or 0x1B7072) is known color: Elm. HEX triplet: 1B, 70 and 72. RGB value is (27,112,114). Sum of RGB (Red+Green+Blue) = 27+112+114=253 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.67% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #1B7072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7072 is #E48F8D. Grayscale: #565656. Windows color (decimal): -14978958 or 7499803. OLE color: 7499803.
HSL color Cylindrical-coordinate representation of color #1B7072: hue angle of 181.38º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B7072 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 112 | 114 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.55 |
| HSL | 181.38º | 0.62% | 0.28% | - |
| HSV(B) | 181.38º | 0.76% | 0.45% | - |
| XYZ | 9.28 | 13.04 | 17.95 | - |
| YUV | 86.81 | 143.34 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 112 | 114 | 0.76 | 0.02 | 0 | 0.55 | 181.38 | 0.62 | 0.28 |
| Hex | 1B | 70 | 72 | 4C | 2 | 0 | 37 | B5 | 3E | 1C |
| Octal | 33 | 160 | 162 | 114 | 2 | 0 | 67 | 265 | 76 | 34 |
| Binary | 11011 | 1110000 | 1110010 | 1001100 | 10 | 0 | 110111 | 10110101 | 111110 | 11100 |
Color Harmonies of #1B7072
Complementary color
Monochromatic Colors of #1B7072
Black with #1B7072
Text Example
Text Example
White with #1B7072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7072; }
p { color: rgb(27,112,114); }
H1.HeaderClassName
{
color: #1B7072;
}
.AnyTagClassName
{
color: #1B7072;
}
</style>
background-color css
<style>
a { background-color: #1B7072; }
a { background-color: rgb(27,112,114); }
div.DivClassName
{
background-color: #1B7072;
}
.BgClassName
{
background-color: #1B7072;
}
</style>
border-color css
<style>
span { border-color: #1B7072; }
span { border-color: rgb(27,112,114); }
td.TdClassName
{
border-color: #1B7072;
}
.TagClassName
{
border-color: #1B7072;
}
</style>