Shades of Elm #1B7D7D
Tints of Elm #1B7D7D
RGB
CMYK
RGB Variations
Color information
#1B7D7D (or 0x1B7D7D) is known color: Elm. HEX triplet: 1B, 7D and 7D. RGB value is (27,125,125). Sum of RGB (Red+Green+Blue) = 27+125+125=277 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.75% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: green, blue. Hex color #1B7D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7D7D is #E48282. Grayscale: #5F5F5F. Windows color (decimal): -14975619 or 8224027. OLE color: 8224027.
HSL color Cylindrical-coordinate representation of color #1B7D7D: hue angle of 180º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B7D7D is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 27 | 125 | 125 | - |
| CMYK | 0.78 | 0 | 0 | 0.51 |
| HSL | 180º | 0.64% | 0.3% | - |
| HSV(B) | 180º | 0.78% | 0.49% | - |
| XYZ | 11.49 | 16.38 | 21.96 | - |
| YUV | 95.7 | 144.53 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 125 | 125 | 0.78 | 0 | 0 | 0.51 | 180 | 0.64 | 0.3 |
| Hex | 1B | 7D | 7D | 4E | 0 | 0 | 33 | B4 | 40 | 1E |
| Octal | 33 | 175 | 175 | 116 | 0 | 0 | 63 | 264 | 100 | 36 |
| Binary | 11011 | 1111101 | 1111101 | 1001110 | 0 | 0 | 110011 | 10110100 | 1000000 | 11110 |
Color Harmonies of #1B7D7D
Complementary color
Monochromatic Colors of #1B7D7D
Black with #1B7D7D
Text Example
Text Example
White with #1B7D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7D7D; }
p { color: rgb(27,125,125); }
H1.HeaderClassName
{
color: #1B7D7D;
}
.AnyTagClassName
{
color: #1B7D7D;
}
</style>
background-color css
<style>
a { background-color: #1B7D7D; }
a { background-color: rgb(27,125,125); }
div.DivClassName
{
background-color: #1B7D7D;
}
.BgClassName
{
background-color: #1B7D7D;
}
</style>
border-color css
<style>
span { border-color: #1B7D7D; }
span { border-color: rgb(27,125,125); }
td.TdClassName
{
border-color: #1B7D7D;
}
.TagClassName
{
border-color: #1B7D7D;
}
</style>