Shades of Elm #1B7875
Tints of Elm #1B7875
RGB
CMYK
RGB Variations
Color information
#1B7875 (or 0x1B7875) is known color: Elm. HEX triplet: 1B, 78 and 75. RGB value is (27,120,117). Sum of RGB (Red+Green+Blue) = 27+120+117=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 120 - color contains mainly: green. Hex color #1B7875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7875 is #E4878A. Grayscale: #5B5B5B. Windows color (decimal): -14976907 or 7698459. OLE color: 7698459.
HSL color Cylindrical-coordinate representation of color #1B7875: hue angle of 178.06º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B7875 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 120 | 117 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.53 |
| HSL | 178.06º | 0.63% | 0.29% | - |
| HSV(B) | 178.06º | 0.78% | 0.47% | - |
| XYZ | 10.38 | 14.95 | 19.17 | - |
| YUV | 91.85 | 142.19 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 120 | 117 | 0.78 | 0 | 0.02 | 0.53 | 178.06 | 0.63 | 0.29 |
| Hex | 1B | 78 | 75 | 4E | 0 | 2 | 35 | B2 | 3F | 1D |
| Octal | 33 | 170 | 165 | 116 | 0 | 2 | 65 | 262 | 77 | 35 |
| Binary | 11011 | 1111000 | 1110101 | 1001110 | 0 | 10 | 110101 | 10110010 | 111111 | 11101 |
Color Harmonies of #1B7875
Complementary color
Monochromatic Colors of #1B7875
Black with #1B7875
Text Example
Text Example
White with #1B7875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7875; }
p { color: rgb(27,120,117); }
H1.HeaderClassName
{
color: #1B7875;
}
.AnyTagClassName
{
color: #1B7875;
}
</style>
background-color css
<style>
a { background-color: #1B7875; }
a { background-color: rgb(27,120,117); }
div.DivClassName
{
background-color: #1B7875;
}
.BgClassName
{
background-color: #1B7875;
}
</style>
border-color css
<style>
span { border-color: #1B7875; }
span { border-color: rgb(27,120,117); }
td.TdClassName
{
border-color: #1B7875;
}
.TagClassName
{
border-color: #1B7875;
}
</style>