Shades of Elm #207F7B
Tints of Elm #207F7B
RGB
CMYK
RGB Variations
Color information
#207F7B (or 0x207F7B) is known color: Elm. HEX triplet: 20, 7F and 7B. RGB value is (32,127,123). Sum of RGB (Red+Green+Blue) = 32+127+123=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 127 - color contains mainly: green. Hex color #207F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207F7B is #DF8084. Grayscale: #626262. Windows color (decimal): -14647429 or 8093472. OLE color: 8093472.
HSL color Cylindrical-coordinate representation of color #207F7B: hue angle of 177.47º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #207F7B is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 127 | 123 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.50 |
| HSL | 177.47º | 0.6% | 0.31% | - |
| HSV(B) | 177.47º | 0.75% | 0.5% | - |
| XYZ | 11.76 | 16.92 | 21.38 | - |
| YUV | 98.14 | 142.03 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 123 | 0.75 | 0 | 0.03 | 0.50 | 177.47 | 0.6 | 0.31 |
| Hex | 20 | 7F | 7B | 4B | 0 | 3 | 32 | B1 | 3C | 1F |
| Octal | 40 | 177 | 173 | 113 | 0 | 3 | 62 | 261 | 74 | 37 |
| Binary | 100000 | 1111111 | 1111011 | 1001011 | 0 | 11 | 110010 | 10110001 | 111100 | 11111 |
Color Harmonies of #207F7B
Complementary color
Monochromatic Colors of #207F7B
Black with #207F7B
Text Example
Text Example
White with #207F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207F7B; }
p { color: rgb(32,127,123); }
H1.HeaderClassName
{
color: #207F7B;
}
.AnyTagClassName
{
color: #207F7B;
}
</style>
background-color css
<style>
a { background-color: #207F7B; }
a { background-color: rgb(32,127,123); }
div.DivClassName
{
background-color: #207F7B;
}
.BgClassName
{
background-color: #207F7B;
}
</style>
border-color css
<style>
span { border-color: #207F7B; }
span { border-color: rgb(32,127,123); }
td.TdClassName
{
border-color: #207F7B;
}
.TagClassName
{
border-color: #207F7B;
}
</style>